Remove/reduce usage of QueryCache
This commit is contained in:
@@ -11,7 +11,7 @@ trait QueryCacheableConfig
|
||||
{
|
||||
use QueryCacheable;
|
||||
|
||||
public $cacheFor = 900; // cache time, in seconds
|
||||
public $cacheFor = 30; // cache time, in seconds
|
||||
protected static $flushCacheOnUpdate = TRUE;
|
||||
public $cacheDriver = 'memcached';
|
||||
}
|
Reference in New Issue
Block a user