mirror of
https://github.com/smarty-php/smarty.git
synced 2025-11-02 21:31:48 +01:00
set default cache lifetime to 3600, BC with Smarty 2
This commit is contained in:
@@ -138,7 +138,7 @@ class Smarty extends Smarty_Internal_Data {
|
||||
// merge compiled includea
|
||||
public $merge_compiled_includes = false;
|
||||
// cache lifetime
|
||||
public $cache_lifetime = 0;
|
||||
public $cache_lifetime = 3600;
|
||||
// force cache file creation
|
||||
public $force_cache = false;
|
||||
// cache_id
|
||||
|
||||
Reference in New Issue
Block a user