Restored accidental cache disable.
This commit is contained in:
parent
f03b37e0c6
commit
7f36672c0d
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ $onlineUsers = cache_get('index:online:v1', function () {
|
||||||
ORDER BY RAND()
|
ORDER BY RAND()
|
||||||
LIMIT 104
|
LIMIT 104
|
||||||
')->fetchAll(PDO::FETCH_ASSOC);
|
')->fetchAll(PDO::FETCH_ASSOC);
|
||||||
}, -1);
|
}, 30);
|
||||||
|
|
||||||
echo tpl_render('home.' . (user_session_active() ? 'home' : 'landing'), [
|
echo tpl_render('home.' . (user_session_active() ? 'home' : 'landing'), [
|
||||||
'users_count' => $statistics['users'],
|
'users_count' => $statistics['users'],
|
||||||
|
|
Loading…
Add table
Reference in a new issue