Commit 874a7e8d authored by Regis's avatar Regis

turned off REALTIME - time ago blur and focus still good

parent d11a298c
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
/* eslint-disable no-param-reassign */ /* eslint-disable no-param-reassign */
((gl) => { ((gl) => {
const REALTIME = true; const REALTIME = false;
const PAGINATION_LIMIT = 31; const PAGINATION_LIMIT = 31;
const SLICE_LIMIT = 29; const SLICE_LIMIT = 29;
......
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