From fbab0ebea531927baf98e6144599057db464c49b Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Wed, 21 Jun 2006 16:38:27 +0000 Subject: fixed nowplaying refresh issues and switched it to div layout --- config/ampache.cfg.php.dist | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'config') 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 # ########################################################## -- cgit