Skip to content

Commit

Permalink
Increase IDLE_TIMER to match LAST_ACTIVE_GRANULARITY
Browse files Browse the repository at this point in the history
  • Loading branch information
PiotrKozimor committed Jan 21, 2022
1 parent fb76792 commit f5201fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/handlers/presence.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
SYNC_ONLINE_TIMEOUT = 30 * 1000

# How long to wait before marking the user as idle. Compared against last active
IDLE_TIMER = 5 * 60 * 1000
IDLE_TIMER = 10 * 60 * 1000

# How often we expect remote servers to resend us presence.
FEDERATION_TIMEOUT = 30 * 60 * 1000
Expand Down

0 comments on commit f5201fb

Please sign in to comment.