An open API service indexing awesome lists of open source software.

https://github.com/chrisbobbe/issue-10677-reproduction

Mongo database ops blocking the server for all users, unhandled by Fibers
https://github.com/chrisbobbe/issue-10677-reproduction

Last synced: 4 months ago
JSON representation

Mongo database ops blocking the server for all users, unhandled by Fibers

Awesome Lists containing this project

README

        

# issue-10677-reproduction
Mongo database ops blocking the server for all users, unhandled by Fibers

Steps to reproduce:

`npm install`

`meteor run`

Visit localhost:3000 (or a different port, if specified).

Make sure you are viewing the server logs; it should start by printing '...' every 500ms.

Follow instructions in the browser, and please let me know if anything isn't clear.