From 88abd08a597d20b7d4a365f99a68d6b1a5c318bd Mon Sep 17 00:00:00 2001 From: Jason Oster Date: Thu, 15 Apr 2010 17:53:18 +0000 Subject: Performance improvements (especially for remote calendars) and some style cleanups --- default_config.php | 1 + 1 file changed, 1 insertion(+) (limited to 'default_config.php') diff --git a/default_config.php b/default_config.php index eab6212..19c3549 100644 --- a/default_config.php +++ b/default_config.php @@ -55,6 +55,7 @@ class Configs{ // Calendar Caching (decreases page load times) $this->save_parsed_cals = 'no'; // Saves a copy of the cal in /tmp after it's been parsed. Improves performance. $this->tmp_dir = '/tmp'; // The temporary directory on your system (/tmp is fine for UNIXes including Mac OS X). Any php-writable folder works. + $this->webcal_hours = '24'; // Number of hours to cache webcals. Setting to '0' will always re-parse webcals if they've been modified. // Webdav style publishing $this->phpicalendar_publishing = '0'; // Set to '1' to enable remote webdav style publish. See 'calendars/publish.php' for complete information; -- cgit v1.2.3