forked-synapse/synapse/appservice
Kegan Dougal 4dec901c76 Cap the time to retry txns to appservices to 8.5 minutes
There's been numerous issues with people playing around with their
application service and then not receiving events from their HS for
ages due to backoff timers reaching crazy heights (albeit capped at
< 1 day).

Reduce the max time between pokes to be 8.5 minutes (2^9 secs) which
is quick enough for people to wait it out (avg wait time being 4.25 min)
but long enough to actually give the AS breathing room if it needs it.
2015-10-21 10:10:55 +01:00
..
__init__.py Make the appservice use 'users_in_room' rather than get_room_members since it is cached 2015-05-22 11:01:28 +01:00
api.py Fix remaining scheduler bugs. Add more informative logging. 2015-03-10 10:04:20 +00:00
scheduler.py Cap the time to retry txns to appservices to 8.5 minutes 2015-10-21 10:10:55 +01:00