X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModel%2FGContact.php;h=681c1c37096473fa96679edbb402086591222a67;hb=2a881cc2e71b1677cc9ce98001ae3f157743e542;hp=26cb11175c5b48573f638ec1d7e3eec9bb8a2e42;hpb=a066befba547c5b5a56b945883eda6bf32030697;p=friendica.git diff --git a/src/Model/GContact.php b/src/Model/GContact.php index 26cb11175c..681c1c3709 100644 --- a/src/Model/GContact.php +++ b/src/Model/GContact.php @@ -468,7 +468,7 @@ class GContact * Uncommented because the result of the queries are to big to store it in the cache. * We need to decide if we want to change the db column type or if we want to delete it. */ - //Cache::set("suggestion_query:".$uid.":".$start.":".$limit, $r, CACHE_FIVE_MINUTES); + //Cache::set("suggestion_query:".$uid.":".$start.":".$limit, $r, Cache::FIVE_MINUTES); return $r; } @@ -509,7 +509,7 @@ class GContact * Uncommented because the result of the queries are to big to store it in the cache. * We need to decide if we want to change the db column type or if we want to delete it. */ - //Cache::set("suggestion_query:".$uid.":".$start.":".$limit, $list, CACHE_FIVE_MINUTES); + //Cache::set("suggestion_query:".$uid.":".$start.":".$limit, $list, Cache::FIVE_MINUTES); return $list; }