You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed that occasionally it will take several seconds for localhost requests to be served. I should break out a debugger to be sure, but I believe the cause is this module hogging the event loop when building RSS files.
We should yield to the event loop every once in a while, to allow requests to be processed.
The text was updated successfully, but these errors were encountered:
I've noticed that occasionally it will take several seconds for localhost requests to be served. I should break out a debugger to be sure, but I believe the cause is this module hogging the event loop when building RSS files.
We should yield to the event loop every once in a while, to allow requests to be processed.
The text was updated successfully, but these errors were encountered: