Searched defs:io_timeout_secs (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/doveadm/
H A Ddoveadm-dsync.c72 unsigned int io_timeout_secs; member in struct:dsync_cmd_context
527 name, temp_prefix, ctx->io_timeout_secs);
1109 if (str_to_uint(optarg, &ctx->io_timeout_secs) < 0)
1126 ctx->io_timeout_secs = DSYNC_DEFAULT_IO_STREAM_TIMEOUT_SECS;
1243 if (str_to_uint(optarg, &ctx->io_timeout_secs) < 0)
1260 ctx->io_timeout_secs = DSYNC_DEFAULT_IO_STREAM_TIMEOUT_SECS;

Completed in 11 milliseconds