Session polishing.
This commit is contained in:
parent
26fbe4fcd7
commit
d2ec59f269
|
@ -71,7 +71,7 @@ public class AuthConfig {
|
||||||
public int maxPasswordChars = -1;
|
public int maxPasswordChars = -1;
|
||||||
// How long to keep session (auto-logging in the player), in seconds
|
// How long to keep session (auto-logging in the player), in seconds
|
||||||
// Set to -1 to disable
|
// Set to -1 to disable
|
||||||
public int sessionTimeoutTime = 300;
|
public int sessionTimeoutTime = 60;
|
||||||
}
|
}
|
||||||
public static class LangConfig {
|
public static class LangConfig {
|
||||||
public String enterPassword = "§6You need to enter your password!";
|
public String enterPassword = "§6You need to enter your password!";
|
||||||
|
|
Loading…
Reference in New Issue