diff options
Diffstat (limited to 'config/ampache.cfg.php.dist')
-rw-r--r-- | config/ampache.cfg.php.dist | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist index beba1357..40ddd3b5 100644 --- a/config/ampache.cfg.php.dist +++ b/config/ampache.cfg.php.dist @@ -49,6 +49,11 @@ database_password = password ; DEFAULT: 900 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 + ; 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 ; of the box to increase this, for reference 86400 = 1 day |