Commit 09adb0ac authored by Marcelo Rivera's avatar Marcelo Rivera

(fix): disable caching for now

1 merge request!235WIP: Boost Campaigns (&24)
Pipeline #71920255 passed with stages
in 9 minutes and 55 seconds
......@@ -60,7 +60,8 @@ class campaigns implements Interfaces\Api
$cacher = Core\Data\cache\factory::build('Redis');
$cacheKey = Core\Session::getLoggedinUser()->guid . ':boost-offset-rotator:' . $type;
$offset = $cacher->get($cacheKey);
// $offset = $cacher->get($cacheKey);
$offset = null;
if (!$offset) {
$offset = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment