From e0406ae98af09a2bab4c5f88cb4e668aaed776d1 Mon Sep 17 00:00:00 2001 From: Exodus4D Date: Wed, 25 Jan 2017 19:25:25 +0100 Subject: [PATCH] - changed default $ttl for table structure from default: 60s to 120s --- app/main/model/basicmodel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main/model/basicmodel.php b/app/main/model/basicmodel.php index ca541765..89140aa7 100644 --- a/app/main/model/basicmodel.php +++ b/app/main/model/basicmodel.php @@ -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