Add a config option for configuring session timeout

This commit is contained in:
Melledy
2025-11-21 05:10:51 -08:00
parent e5fe89ebc9
commit 0ef1231bf1
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -102,6 +102,7 @@ public class Config {
public boolean autoCreateAccount = true;
public boolean skipIntro = false;
public boolean unlockInstances = true;
public int sessionTimeout = 600; // How long to wait (in seconds) after the last http request from a session before removing it from the server
public int dailyResetHour = 0;
public int leaderboardRefreshTime = 60; // Leaderboard refresh time in seconds
public WelcomeMail welcomeMail = new WelcomeMail();