forked from MirrorHub/synapse
4d08b8f30c
It takes at least 20 minutes to work through the long_retries schedule (11 attempts, each with a 60 second timeout, and 60 seconds between each request), so if the notary server isn't returning within the timeout, we'll just end up blocking whatever request is happening for 20 minutes. Ain't nobody got time for that.
1 line
131 B
Text
1 line
131 B
Text
Fix bug which would make certain operations (such as room joins) block for 20 minutes while attemoting to fetch verification keys.
|