Skip to content

Commit 3475ef6

Browse files
committed
[PBCKP-98] increase PAGE_READ_ATTEMPTS up to 300
1 parent 8aff48f commit 3475ef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pg_probackup.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ extern const char *PROGRAM_EMAIL;
8888
#define STDIO_BUFSIZE 65536
8989

9090
/* retry attempts */
91-
#define PAGE_READ_ATTEMPTS 100
91+
#define PAGE_READ_ATTEMPTS 300
9292

9393
/* max size of note, that can be added to backup */
9494
#define MAX_NOTE_SIZE 1024

0 commit comments

Comments
 (0)