Update of /cvsroot/phpicalendar/phpicalendar
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv8424
Modified Files:
default_config.php
Log Message:
Performance improvements (especially for remote calendars) and some style cleanups
Index: default_config.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/default_config.php,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** default_config.php 25 Jan 2010 18:13:51 -0000 1.24
--- default_config.php 15 Apr 2010 17:53:18 -0000 1.25
***************
*** 56,59 ****
--- 56,60 ----
$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
|