Add sane maxvalue for SESSION_TIMEOUT
authorTim Düsterhus <timwolla@googlemail.com>
Tue, 25 Feb 2014 00:41:46 +0000 (01:41 +0100)
committerTim Düsterhus <timwolla@googlemail.com>
Tue, 25 Feb 2014 00:41:46 +0000 (01:41 +0100)
see https://www.woltlab.com/forum/index.php/Thread/222561-Forum-l%C3%A4dt-extrem-langsam-Beim-Posten-manchmal-Absturz-von-Firefox/?postID=1322509#post1322509

com.woltlab.wcf/option.xml

index b9053f60d4bfa610e44ed32941f80b659c2c0219..d11a2671b8d93abfcb23f6726242e1f9e48a3f11 100644 (file)
@@ -450,6 +450,7 @@ imagick:wcf.acp.option.image_adapter_type.imagick]]>
                                <optiontype>integer</optiontype>
                                <defaultvalue>1800</defaultvalue>
                                <minvalue>1</minvalue>
+                               <maxvalue>86400</maxvalue>
                        </option>
                        <option name="user_online_timeout">
                                <categoryname>security.general.session</categoryname>