From deca07b9ba901b7599565cbca45966a0469f4d21 Mon Sep 17 00:00:00 2001 From: DanielnetoDotCom Date: Wed, 2 Sep 2020 09:43:06 -0300 Subject: [PATCH] --- plugin/Live/Objects/LiveTransmition.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/Live/Objects/LiveTransmition.php b/plugin/Live/Objects/LiveTransmition.php index c208dd07f0..53afe2e909 100644 --- a/plugin/Live/Objects/LiveTransmition.php +++ b/plugin/Live/Objects/LiveTransmition.php @@ -166,7 +166,7 @@ class LiveTransmition extends ObjectYPT { } $key = preg_replace("/[^A-Za-z0-9]/", '', $key); $name = "LivetransmitionkeyExists($key)"; - $row = ObjectYPT::getCache($name, 3600); + $row = ObjectYPT::getCache($name, 60); $row = object_to_array($row); if(empty($row)){ $sql = "SELECT u.*, lt.* FROM " . static::getTableName() . " lt "