mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-08 00:32:40 -04:00
typo
This commit is contained in:
parent
9d50b6f0ea
commit
34c3d0a386
1 changed files with 1 additions and 1 deletions
|
@ -1199,7 +1199,7 @@ def handle_timeout(state, is_mine, syncing_user_ids, now):
|
||||||
)
|
)
|
||||||
changed = True
|
changed = True
|
||||||
else:
|
else:
|
||||||
# We expect to be poked occaisonally by the other side.
|
# We expect to be poked occasionally by the other side.
|
||||||
# This is to protect against forgetful/buggy servers, so that
|
# This is to protect against forgetful/buggy servers, so that
|
||||||
# no one gets stuck online forever.
|
# no one gets stuck online forever.
|
||||||
if now - state.last_federation_update_ts > FEDERATION_TIMEOUT:
|
if now - state.last_federation_update_ts > FEDERATION_TIMEOUT:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue