Content-Length: 296741 | pFad | http://github.com/postgrespro/postgres_cluster/commit/6431c51b9570910af1bc629bb87388836c003ddd
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3c872b commit 6431c51Copy full SHA for 6431c51
contrib/multimaster/dtmd/include/limits.h
@@ -6,6 +6,6 @@
6
#define BUFFER_SIZE (256 * 1024)
7
#define LISTEN_QUEUE_SIZE 100
8
#define MAX_STREAMS 4096
9
-#define SOCKET_BUFFER_SIZE (16*1024*1024)
+#define SOCKET_BUFFER_SIZE (1024*1024)
10
11
#endif
contrib/multimaster/sockhub/sockhub.c
@@ -19,7 +19,7 @@
19
20
#include "sockhub.h"
21
22
-#define SOCKHUB_BUFFER_SIZE (16*1024*1024)
+#define SOCKHUB_BUFFER_SIZE (1024*1024)
23
24
void ShubAddSocket(Shub* shub, int fd);
25
@@ -57,6 +57,7 @@ void ShubInitParams(ShubParams* params)
57
params->port = 54321;
58
params->queue_size = 100;
59
params->max_attempts = 10;
60
+ params->delay = 10;
61
params->error_handler = default_error_handler;
62
}
63
Fetched URL: http://github.com/postgrespro/postgres_cluster/commit/6431c51b9570910af1bc629bb87388836c003ddd
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
0 commit comments