Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
Upgrading to raft protocol 3 (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
tlisonbee authored Jul 17, 2017
1 parent cd038f3 commit 1bd397e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/main/resources/templates/consul-client.json.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@
"acl_down_policy": "deny",
"acl_enforce_version_8": false,
"reconnect_timeout": "16h",
"reconnect_timeout_wan": "16h"
"reconnect_timeout_wan": "16h",
"raft_protocol": 3
}
3 changes: 2 additions & 1 deletion src/main/resources/templates/consul-server.json.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@
"acl_down_policy": "deny",
"acl_enforce_version_8": false,
"reconnect_timeout": "16h",
"reconnect_timeout_wan": "16h"
"reconnect_timeout_wan": "16h",
"raft_protocol": 3
}

0 comments on commit 1bd397e

Please sign in to comment.