yes, i've saved it . but problem still exist, some times shows invalid client id, sometime invalid session id
Browsing Settings > Delay Image Loading
-
I want "DELAY IMAGE LOADING" un-checked by DEFAULT for every new user because it makes the site feel slow. What lines of code do I need to modify?
-
https://github.com/NodeBB/NodeBB/blob/master/src/controllers/api.js#L94
Try changing the
true
tofalse
at the end of the line. -
@julian Thank you!