Reduce ignore interval to 3 seconds
This commit is contained in:
parent
ad442c271a
commit
b47de7042a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue