Skip to content

Commit

Permalink
Wmagent couch 1.6 update. Close dmwm#162.
Browse files Browse the repository at this point in the history
  • Loading branch information
ticoann authored and geneguvo committed Apr 16, 2015
1 parent c32ed87 commit 9164831
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion wmagent/local.ini
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,17 @@ file = deploy_project_root/couchdb/logs/couch.log
[ssl]
;cert_file = deploy_project_root/couchdb/certs/cert.pem
;key_file = deploy_project_root/couchdb/certs/key.pem
;cacert_file = deploy_project_root/couchdb/certs/cert.pem
;cacert_file = deploy_project_root/couchdb/certs/cert.pem
ssl_certificate_max_depth = 10

[replicator]
;cert_file = deploy_project_root/couchdb/certs/cert.pem
;key_file = deploy_project_root/couchdb/certs/key.pem
;cacert_file = deploy_project_root/couchdb/certs/cert.pem
ssl_certificate_max_depth = 10
; checkpoint is introduced new in 1.6 version
; checkpoint_interval = 5000
; worker_batch_size = 500
use_checkpoints = false
max_replication_retry_count = infinity
socket_options = [{keepalive, true}, {nodelay, true}]

0 comments on commit 9164831

Please sign in to comment.