Skip to content

Commit d0bb8aa

Browse files
committed
Change default buffer size for sockhub
1 parent c530ea1 commit d0bb8aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/pg_dtm/sockhub/sockhub.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ static void default_error_handler(char const* msg, ShubErrorSeverity severity)
2929
void ShubInitParams(ShubParams* params)
3030
{
3131
memset(params, 0, sizeof(*params));
32-
params->buffer_size = 64*1025;
32+
params->buffer_size = 64*1024;
3333
params->port = 54321;
3434
params->queue_size = 100;
3535
params->max_attempts = 10;

0 commit comments

Comments
 (0)