- changed default $ttl for table structure from default: 60s to 120s
This commit is contained in:
@@ -27,7 +27,7 @@ abstract class BasicModel extends \DB\Cortex {
|
||||
* -> leave this at a higher value
|
||||
* @var int
|
||||
*/
|
||||
//protected $ttl = 86400;
|
||||
protected $ttl = 120;
|
||||
|
||||
/**
|
||||
* caching for relational data
|
||||
|
||||
Reference in New Issue
Block a user