Increased the cache time

This commit is contained in:
CHIEFSOFT\ameye
2024-11-09 06:08:10 -05:00
parent 51153a06bc
commit 6223e0d22e
+1 -1
View File
@@ -264,7 +264,7 @@ class WrenchWallet extends BaseController
$out = $this->APIcall('GET', $local_url, $in);
if ( is_array($out['result_list']) && count($out['result_list']) > 0 ){ // dont cache empty
$previous_wallet = true;
$this->saveCache($endpoint,$out,60);
$this->saveCache($endpoint,$out,180);
}
}