diff --git a/include/Common.h b/include/Common.h index 57462b5..fb89abf 100644 --- a/include/Common.h +++ b/include/Common.h @@ -83,7 +83,7 @@ public: std::string HTTPServerIP { "127.0.0.1" }; bool HTTPServerUseSSL { false }; bool HideUpdateMessages { false }; - std::string UpdateReminderTime { "3h" }; + std::string UpdateReminderTime { "30s" }; [[nodiscard]] bool HasCustomIP() const { return !CustomIP.empty(); } };