From d2556b8a045eb8de9debb07cc00c158c2ea6d36b Mon Sep 17 00:00:00 2001 From: ljacqu Date: Sat, 2 Jul 2016 19:39:13 +0200 Subject: [PATCH] #817 Sessions timeout - remove mention of 0 = unlimited in config comments --- .../java/fr/xephi/authme/settings/properties/PluginSettings.java | 1 - src/main/resources/config.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/src/main/java/fr/xephi/authme/settings/properties/PluginSettings.java b/src/main/java/fr/xephi/authme/settings/properties/PluginSettings.java index cf0f7932..0a3722ac 100644 --- a/src/main/java/fr/xephi/authme/settings/properties/PluginSettings.java +++ b/src/main/java/fr/xephi/authme/settings/properties/PluginSettings.java @@ -25,7 +25,6 @@ public class PluginSettings implements SettingsClass { @Comment({ "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", "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" diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 7c6d0cae..8d4a0f0f 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -54,7 +54,6 @@ settings: # hasn't expired, he will not need to authenticate. enabled: false # 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 # if the player's ip has changed but the timeout hasn't expired, # player will be kicked out of sever due to invalidSession!