summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2009-03-11 02:46:48 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2009-03-11 02:46:48 +0000
commitb49a271f889a26e40b16fb6f78b47f2e320b40c8 (patch)
tree3480bb8a8350f5bdbacc4a3325e2c516912b43dd /config
parent4b191ae6bb833c399e0d5f7606354bcd8127e436 (diff)
downloadampache-b49a271f889a26e40b16fb6f78b47f2e320b40c8.tar.gz
ampache-b49a271f889a26e40b16fb6f78b47f2e320b40c8.tar.bz2
ampache-b49a271f889a26e40b16fb6f78b47f2e320b40c8.zip
fix missing page headers on democratic playlist, also show the voters
Diffstat (limited to 'config')
-rw-r--r--config/ampache.cfg.php.dist15
1 files changed, 8 insertions, 7 deletions
diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist
index 162a2fcb..61e183ba 100644
--- a/config/ampache.cfg.php.dist
+++ b/config/ampache.cfg.php.dist
@@ -46,20 +46,21 @@ database_password = password
; Length that a session will last, the default is very restrictive
; at 15min
-; DEFAULT: 900
-session_length = 900
+; DEFAULT: 1800
+session_length = 1800
; Length that the session for a single streaming instance will last
-; the default is one hour. With some clients, and long songs this can
+; the default is two hours. With some clients, and long songs this can
; cause playback to stop, increase this value if you experience that
-stream_length = 3600
+; DEFAULT: 7200
+stream_length = 7200
; This length defines how long a 'remember me' session and cookie will
-; last, the default is 3600, same as length. It is up to the administrator
+; last, the default is 7200, same as length. It is up to the administrator
; of the box to increase this, for reference 86400 = 1 day
; 604800 = 1 week and 2419200 = 1 month
-; DEAFULT: 3600
-remember_length = 3600
+; DEAFULT: 7200
+remember_length = 7200
; Name of the Session/Cookie that will sent to the browser
; default should be fine