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 32d283f commit 977ef81Copy full SHA for 977ef81
src/pg_probackup.c
@@ -298,7 +298,6 @@ main(int argc, char *argv[])
298
else if (strcmp(argv[1], "agent") == 0 && argc > 2)
299
{
300
remote_agent = argv[2];
301
- sleep(10);
302
if (strcmp(remote_agent, PROGRAM_VERSION) != 0)
303
304
uint32 agent_version = parse_program_version(remote_agent);
0 commit comments