iriscouch / follow

Very stable, very reliable, NodeJS CouchDB _changes follower
Apache License 2.0
393 stars 82 forks source link

add a grace period to response timeout #21

Closed kanongil closed 11 years ago

kanongil commented 11 years ago

This change is required to function correctly with the cloudant service which can wait with the initial "200 OK" response until the grace period has elapsed.

The 5 second grace period is kinda arbitrary. The important part is that it is longer than the server -> client latency.

jhs commented 11 years ago

Merged, thanks!