aboutsummaryrefslogtreecommitdiffstats
path: root/default_config.php
diff options
context:
space:
mode:
authorJason Oster <parasytic@users.sourceforge.net>2010-04-15 17:53:18 +0000
committerJason Oster <parasytic@users.sourceforge.net>2010-04-15 17:53:18 +0000
commit88abd08a597d20b7d4a365f99a68d6b1a5c318bd (patch)
tree866321a34d02ba0d2cfefd74af0cbfc0c0214b81 /default_config.php
parentc1c6750179127db558ad5c26689f38ea829d885e (diff)
downloadphpicalendar-88abd08a597d20b7d4a365f99a68d6b1a5c318bd.tar.gz
phpicalendar-88abd08a597d20b7d4a365f99a68d6b1a5c318bd.tar.bz2
phpicalendar-88abd08a597d20b7d4a365f99a68d6b1a5c318bd.zip
Performance improvements (especially for remote calendars) and some style cleanups
Diffstat (limited to 'default_config.php')
-rw-r--r--default_config.php1
1 files changed, 1 insertions, 0 deletions
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;

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