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
- Host: GitHub
- URL: https://github.com/chrisbobbe/issue-10677-reproduction
- Owner: chrisbobbe
- Created: 2019-08-20T18:04:05.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-20T18:47:17.000Z (almost 6 years ago)
- Last Synced: 2025-01-14T20:24:02.958Z (5 months ago)
- Language: JavaScript
- Homepage: https://github.com/meteor/meteor/issues/10677
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# issue-10677-reproduction
Mongo database ops blocking the server for all users, unhandled by FibersSteps 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.