mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-03-07 00:05:54 -05:00

Hopefully, this will fix a stack overflow when recovering an appservice. The recursion here leads to a huge chain of deferred callbacks, which then overflows the stack when the chain completes. `inlineCallbacks` makes a better job of this if we use iteration instead. Clean up the code a bit too, while we're there.
2 lines
70 B
Plaintext
2 lines
70 B
Plaintext
Fix stack overflow when recovering an appservice which had an outage.
|