#817 Sessions timeout - remove mention of 0 = unlimited in config comments
This commit is contained in:
parent
22911a0bb9
commit
d2556b8a04
@ -25,7 +25,6 @@ public class PluginSettings implements SettingsClass {
|
|||||||
|
|
||||||
@Comment({
|
@Comment({
|
||||||
"After how many minutes should a session expire?",
|
"After how many minutes should a session expire?",
|
||||||
"0 for unlimited time (Very dangerous, use it at your own risk!)",
|
|
||||||
"Remember that sessions will end only after the timeout, and",
|
"Remember that sessions will end only after the timeout, and",
|
||||||
"if the player's IP has changed but the timeout hasn't expired,",
|
"if the player's IP has changed but the timeout hasn't expired,",
|
||||||
"the player will be kicked from the server due to invalid session"
|
"the player will be kicked from the server due to invalid session"
|
||||||
|
|||||||
@ -54,7 +54,6 @@ settings:
|
|||||||
# hasn't expired, he will not need to authenticate.
|
# hasn't expired, he will not need to authenticate.
|
||||||
enabled: false
|
enabled: false
|
||||||
# After how many minutes a session should expire?
|
# After how many minutes a session should expire?
|
||||||
# 0 for unlimited time (Very dangerous, use it at your own risk!)
|
|
||||||
# Consider that session will end only after the timeout time, and
|
# Consider that session will end only after the timeout time, and
|
||||||
# if the player's ip has changed but the timeout hasn't expired,
|
# if the player's ip has changed but the timeout hasn't expired,
|
||||||
# player will be kicked out of sever due to invalidSession!
|
# player will be kicked out of sever due to invalidSession!
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user