From 6ce68a180c3001f80a13d2fedd9800c7f3d3040f Mon Sep 17 00:00:00 2001 From: Kory Draughn Date: Sat, 9 Nov 2024 15:09:01 -0500 Subject: [PATCH] squash w/ Revert "squash w/ startup/shutdown. Make delay server migration sleep time optional again." --- server/main_server/src/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/server/main_server/src/main.cpp b/server/main_server/src/main.cpp index 274238596b..863131c1e2 100644 --- a/server/main_server/src/main.cpp +++ b/server/main_server/src/main.cpp @@ -1112,7 +1112,6 @@ Mandatory arguments to long options are mandatory for short options too. } } - // TODO Update irods/irods_docs - made /advanced_settings/migrate_delay_server_sleep_time_in_seconds a required property. const auto migration_sleep_time_in_seconds = irods::get_advanced_setting(irods::KW_CFG_MIGRATE_DELAY_SERVER_SLEEP_TIME_IN_SECONDS); const auto now = std::chrono::steady_clock::now();