aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-08-08 01:47:17 +0000
committerChad Little <clittle@users.sourceforge.net>2004-08-08 01:47:17 +0000
commit0b3393545875f1442ea270bd54ced763b6fe54ba (patch)
tree23af2e93f1c36a86f28e2f1defe7a3e613ab6217 /config.inc.php
parent3e34b9a428a0ba1ba1c3b2df28a33474518c05f1 (diff)
downloadphpicalendar-0b3393545875f1442ea270bd54ced763b6fe54ba.tar.gz
phpicalendar-0b3393545875f1442ea270bd54ced763b6fe54ba.tar.bz2
phpicalendar-0b3393545875f1442ea270bd54ced763b6fe54ba.zip
Added webcal caching.
Diffstat (limited to 'config.inc.php')
-rw-r--r--config.inc.php3
1 files changed, 1 insertions, 2 deletions
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;

© 2014-2024 Faster IT GmbH | imprint | privacy policy