fix: auth timeout seconds

This commit is contained in:
ChomeNS
2025-05-18 09:22:49 +07:00
parent 5b56f411a1
commit d1d7b9fb29
2 changed files with 2 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ public class Configuration {
public static class OwnerAuthentication {
public boolean enabled = false;
public int timeout = 10 * 1000;
public int timeout = 10;
}
public static class Backup {