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 6431c51 commit 85d8e72Copy full SHA for 85d8e72
contrib/multimaster/sockhub/sockhub.c
@@ -57,7 +57,6 @@ 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
0 commit comments