1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-02-10 14:37:03 +02:00

[PBCKP-98] increase PAGE_READ_ATTEMPTS up to 300

This commit is contained in:
Grigory Smolkin 2020-06-10 13:25:22 +03:00
parent 8aff48f102
commit 3475ef6631

View File

@ -88,7 +88,7 @@ extern const char *PROGRAM_EMAIL;
#define STDIO_BUFSIZE 65536 #define STDIO_BUFSIZE 65536
/* retry attempts */ /* retry attempts */
#define PAGE_READ_ATTEMPTS 100 #define PAGE_READ_ATTEMPTS 300
/* max size of note, that can be added to backup */ /* max size of note, that can be added to backup */
#define MAX_NOTE_SIZE 1024 #define MAX_NOTE_SIZE 1024