Reduce ignore interval to 3 seconds

This commit is contained in:
Visman 2023-07-20 12:59:43 +07:00
parent ad442c271a
commit b47de7042a

View file

@ -205,7 +205,7 @@ class Online extends Model
$diff = \time() - $this->c->user->logged;
if (
$diff < 5
$diff < 3
|| (
$position === $this->c->user->o_position
&& $diff < $this->c->config->i_timeout_online / 10