Reputation: 367
I am doing a bulk insert of large number of documents in CouchDB and when multiple bulk inserts are done in parallel, I'm getting 504 Gateway Timeout from CouchDB. I think the HTTP requests are getting timed out. How do I increase this timeout?
Upvotes: 0
Views: 447