[ Index ] |
|
Code source de LifeType 1.2.4 |
1 <?php 2 # 3 # Settings for the data cache. If you're unsure what this means, 4 # do not modify these settings. If you are planning to use 5 # memcached as your cache system, please take a look below. The only two 6 # possible values are cache_lite and memcached 7 # 8 9 $config["cache_method"] = "cache_lite"; 10 11 # 12 # cache settings for Cache_Lite 13 # 14 $config["cache_lite_cache_dir"] = "./tmp/"; 15 $config["cache_lite_life_time"] = 604800; 16 $config["cache_lite_read_control"] = false; 17 $config["cache_lite_automatic_serialization"] = true; 18 $config["cache_lite_hashed_directory_level"] = 2; 19 20 # 21 # cache settings for Memcached 22 # 23 $config["memcached_servers"] = array( "127.0.0.1:11211" ); 24 $config["memcached_life_time"] = 604800; 25 $config["memcached_debug"] = false; 26 $config["memcached_compress_threshold"] = 10240; 27 $config["memcached_persistant"] = true; 28 29 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Mon Nov 26 21:04:15 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |