[grisbi-cvs] grisbi-web/newsportal config.inc.php,1.11,1.12

NIEL GĂ©rald gegeweb at users.sourceforge.net
Thu May 27 21:38:04 CEST 2010


Update of /cvsroot/grisbi/grisbi-web/newsportal
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv31246/newsportal

Modified Files:
	config.inc.php 
Log Message:

suite internationalisation : cache.

Index: config.inc.php
===================================================================
RCS file: /cvsroot/grisbi/grisbi-web/newsportal/config.inc.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- config.inc.php	27 May 2010 05:51:27 -0000	1.11
+++ config.inc.php	27 May 2010 19:38:02 -0000	1.12
@@ -137,7 +137,7 @@
  * Cache
  */
 $cache_articles=false;  // article cache, experimental!
-$cache_index=3600; // cache the group index for one hour before reloading
+$cache_index=1800; // cache the group index for one hour before reloading
 $cache_thread=60; // cache the thread for one minute reloading
 
 /*
@@ -145,7 +145,7 @@
  */
 $title="Forums";
 $cutsignature=true;
-$compress_spoolfiles=false;
+$compress_spoolfiles=true;
 
 // website charset, "koi8-r" for example
 $www_charset = "iso-8859-15";



More information about the cvs mailing list