summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-09-13 13:04:01 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-09-13 13:04:01 +0000
commitb91c750a0b57dc60b0b918b4ea2d9d7f1beaf083 (patch)
treecbaf8f40090f396329c39f043166d074fad52fee
parentbff9e37fa5fa41111b5b06ce6cdcb0eb8e5c21f9 (diff)
downloadampache-b91c750a0b57dc60b0b918b4ea2d9d7f1beaf083.tar.gz
ampache-b91c750a0b57dc60b0b918b4ea2d9d7f1beaf083.tar.bz2
ampache-b91c750a0b57dc60b0b918b4ea2d9d7f1beaf083.zip
bump the stream length up a bit so it is a little more sane
-rw-r--r--config/ampache.cfg.php.dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist
index ee79c431..9ecaa329 100644
--- a/config/ampache.cfg.php.dist
+++ b/config/ampache.cfg.php.dist
@@ -52,7 +52,7 @@ session_length = 900
; Length that the session for a single streaming instance will last
; the default is 15min. With some clients, and long songs this can
; cause playback to stop, increase this value if you experience that
-stream_length = 900
+stream_length = 3600
; This length defines how long a 'remember me' session and cookie will
; last, the default is 900, same as length. It is up to the administrator