Skip to content

Commit 45940cb

Browse files
committed
Merge branch 'master' of git.postgrespro.ru:pgpro-dev/pg_probackup
2 parents 62d0f5f + 1f951e4 commit 45940cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/configure.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,14 +257,14 @@ readBackupCatalogConfigFile(void)
257257
{ 's', 0, "master-port", &(config->master_port), SOURCE_FILE_STRICT },
258258
{ 's', 0, "master-db", &(config->master_db), SOURCE_FILE_STRICT },
259259
{ 's', 0, "master-user", &(config->master_user), SOURCE_FILE_STRICT },
260-
{ 'u', 0, "replica-timeout", &(config->replica_timeout), SOURCE_CMDLINE, SOURCE_DEFAULT, OPTION_UNIT_MS },
260+
{ 'u', 0, "replica-timeout", &(config->replica_timeout), SOURCE_CMDLINE, SOURCE_DEFAULT, OPTION_UNIT_S },
261261
/* other options */
262262
{ 'U', 0, "system-identifier", &(config->system_identifier), SOURCE_FILE_STRICT },
263263
#if PG_VERSION_NUM >= 110000
264264
{'u', 0, "xlog-seg-size", &config->xlog_seg_size, SOURCE_FILE_STRICT},
265265
#endif
266266
/* archive options */
267-
{ 'u', 0, "archive-timeout", &(config->archive_timeout), SOURCE_CMDLINE, SOURCE_DEFAULT, OPTION_UNIT_MS },
267+
{ 'u', 0, "archive-timeout", &(config->archive_timeout), SOURCE_CMDLINE, SOURCE_DEFAULT, OPTION_UNIT_S },
268268
{0}
269269
};
270270

0 commit comments

Comments
 (0)