Skip to content

Commit

Permalink
Increase replicator timeout to improve replication (#1890)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbert authored Aug 20, 2018
1 parent 0b4a5d0 commit 650f43f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions couchdb-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@ multi_db_update $SECURITY _security
upsert_doc _node/nonode@nohost/_config couch_httpd_auth/timeout '"1200"'
# Increse http request size for large attachments
upsert_doc _node/nonode@nohost/_config httpd/max_http_request_size '"1073741824"'
# Increse replication timeout
upsert_doc _node/nonode@nohost/_config replicator/connection_timeout '"300000"'

# Make user database public
upsert_doc _node/nonode@nohost/_config couch_httpd_auth/users_db_public '"true"'
Expand Down

0 comments on commit 650f43f

Please sign in to comment.