-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't return stream for large databases #54
Comments
if your on amazon there is a destinct change of buffering being an issue On Mon, Aug 1, 2016 at 1:06 PM Taimur Abdaal notifications@github.com
|
Thanks @calvinmetcalf - I am indeed on AWS (EC2), any ideas how to fix it? Or should I try hosting somewhere else? |
you probably have nginx or something setup |
@calvinmetcalf is there something I can configure in nginx to fix it? |
yes I believe you should be turning off 'proxy_buffering'. There is something called 'server sent events' which has similar issues so if you google for guides to getting server sent events to work with nginx you'll find the instructions you need |
Here's my
app.js
in node:It works fine for small databases, but when I request a larger CouchDB database (20MB+) nothing gets returned. Is there some sort of setting that I need to turn on? Thanks
The text was updated successfully, but these errors were encountered: