change default from 3h to 30s

This commit is contained in:
SaltySnail 2024-06-08 20:24:46 +02:00
parent c61816dfeb
commit f3060f5247

View File

@ -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(); }
};