]> lifelog.hopto.org Git - LifeLog.git/commitdiff
Increased session timeout to +30m
authorMetabox <redacted>
Mon, 22 Apr 2019 19:28:24 +0000 (05:28 +1000)
committerMetabox <redacted>
Mon, 22 Apr 2019 19:28:24 +0000 (05:28 +1000)
htdocs/cgi-bin/config.cgi

index a450660269be0aad1498b01f12e6e2e6b215710b..93b946dd9ad5b20c7d46616978f20801518e976c 100755 (executable)
@@ -22,7 +22,7 @@ our $REC_LIMIT   = 25;
 our $TIME_ZONE   = 'Australia/Sydney';
 our $PRC_WIDTH   = '60';
 our $LOG_PATH    = '../../dbLifeLog/';
-our $SESSN_EXPR  = '+2m';
+our $SESSN_EXPR  = '+30m';
 our $RELEASE_VER = '1.3';
 #END OF SETTINGS