From 0b3393545875f1442ea270bd54ced763b6fe54ba Mon Sep 17 00:00:00 2001 From: Chad Little Date: Sun, 8 Aug 2004 01:47:17 +0000 Subject: Added webcal caching. --- config.inc.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'config.inc.php') diff --git a/config.inc.php b/config.inc.php index b2d29e3..a65b92e 100644 --- a/config.inc.php +++ b/config.inc.php @@ -43,9 +43,8 @@ $login_cookies = 'no'; // Set to yes to store authentication information via // Calendar Caching (decreases page load times) $save_parsed_cals = 'no'; // Saves a copy of the cal in /tmp after it's been parsed. Improves performence. -$save_parsed_webcals = 'no'; // Saves a copy of the webcal in /tmp after it's been parsed. Improves performence. $tmp_dir = '/tmp'; // The temporary directory on your system (/tmp is fine for UNIXes including Mac OS X). Any php-writable folder works. -$webcal_hours = '24'; // Number of hours to cache webcals. +$webcal_hours = '24'; // Number of hours to cache webcals. Setting to '0' will always re-parse webcals. // Webdav style publishing $phpicalendar_publishing = ''; // Set to '1' to enable remote webdav style publish. See 'calendars/publish.php' for complete information; -- cgit v1.2.3