1
0
mirror of https://github.com/flarum/core.git synced 2025-05-05 15:07:17 +02:00
David Wheatley 2e94e31bb6
perf: only update last time when current value outdated ()
* perf: only update last seen time when current > 120s ago

* perf: only update `last_activity_at` every 2 mins

* docs: add comment

* fix: add missing param

* test: add tests

* tests: attempt tests fix

* fix(tests): call `$this->app()`

* chore: extract hard-coded values out to private consts

* chore: increase diff

* Apply suggestions from code review
2021-12-28 00:39:42 +01:00
..