summaryrefslogtreecommitdiffstats
path: root/config/ampache.cfg.php.dist
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-06-21 16:38:27 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-06-21 16:38:27 +0000
commitfbab0ebea531927baf98e6144599057db464c49b (patch)
tree94d18a10ad3f4cb2b6a7f5416524191f0bb378a5 /config/ampache.cfg.php.dist
parent280ee86ed799fbc39139c46b49d43cfc150ddae4 (diff)
downloadampache-fbab0ebea531927baf98e6144599057db464c49b.tar.gz
ampache-fbab0ebea531927baf98e6144599057db464c49b.tar.bz2
ampache-fbab0ebea531927baf98e6144599057db464c49b.zip
fixed nowplaying refresh issues and switched it to div layout
Diffstat (limited to 'config/ampache.cfg.php.dist')
-rw-r--r--config/ampache.cfg.php.dist9
1 files changed, 8 insertions, 1 deletions
diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist
index 12a0cd16..bb0adc7a 100644
--- a/config/ampache.cfg.php.dist
+++ b/config/ampache.cfg.php.dist
@@ -259,9 +259,16 @@ site_charset = iso-8859-1
# This is disabled by default, enabled only
# if needed. It's specifically needed for Russian
# so that is the default
-# Default: cp1251
+# DEFAULT: cp1251
#lc_charset = cp1251
+# Refresh Limit
+# This defines the default refresh limit in seconds for
+# pages with dynamic content, such as now playing
+# DEFAULT: 60
+# Possible Values: Int > 5
+refresh_limit = "60"
+
##########################################################
# Public Registration settings, defaults to disabled #
##########################################################