Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ada1dd1

Browse files
knizhnikkelvich
authored andcommitted
Never automatically restart multimaster background workers
1 parent 39caa40 commit ada1dd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bgwpool.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ typedef ulong64 timestamp_t;
1313

1414
#define MAX_DBNAME_LEN 30
1515
#define MAX_DBUSER_LEN 30
16-
#define MULTIMASTER_BGW_RESTART_TIMEOUT 1 /* seconds */
16+
#define MULTIMASTER_BGW_RESTART_TIMEOUT BGW_NEVER_RESTART /* seconds */
1717

1818
extern timestamp_t MtmGetSystemTime(void); /* non-adjusted current system time */
1919
extern timestamp_t MtmGetCurrentTime(void); /* adjusted current system time */

0 commit comments

Comments
 (0)