Skip to content

Commit 85d8e72

Browse files
committed
Remove delay in sockhub
1 parent 6431c51 commit 85d8e72

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

contrib/multimaster/sockhub/sockhub.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ void ShubInitParams(ShubParams* params)
5757
params->port = 54321;
5858
params->queue_size = 100;
5959
params->max_attempts = 10;
60-
params->delay = 10;
6160
params->error_handler = default_error_handler;
6261
}
6362

0 commit comments

Comments
 (0)