diff options
author | k.kedron <k.kedron@partner.samsung.com> | 2020-03-19 10:32:35 +0100 |
---|---|---|
committer | Ofir Sonsino <ofir.sonsino@intl.att.com> | 2020-03-19 13:48:32 +0000 |
commit | bdd46a64e1869297397b81f777ea58e67052391b (patch) | |
tree | e7fd293573c9d407ee1b188033c2f5ec41d4f3cd /sdc-os-chef/environments | |
parent | 986b34d7997dabdf83d36f1bc79f1b169d6ae954 (diff) |
Increase cassandra/janusgraph
Increase the cassandra and janusgraph connection timeout to tune
the working for the sdc-be in the overloaded environment.
Issue-ID: SDC-2759
Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com>
Change-Id: I5c903724c9c555a3ca4a0513b3eaa7286086b0b4
Diffstat (limited to 'sdc-os-chef/environments')
-rw-r--r-- | sdc-os-chef/environments/Template.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sdc-os-chef/environments/Template.json b/sdc-os-chef/environments/Template.json index ceecd6a773..4e5b4b55a0 100644 --- a/sdc-os-chef/environments/Template.json +++ b/sdc-os-chef/environments/Template.json @@ -76,9 +76,9 @@ "log_file": "/var/lib/cassandra/log/system.log", "phi_convict_threshold": "8", "commitlog_dir": "/var/lib/cassandra/commitlog", - "socket_read_timeout": "20000", - "socket_connect_timeout": "20000", - "janusgraph_connection_timeout": "10000", + "socket_read_timeout": "40000", + "socket_connect_timeout": "40000", + "janusgraph_connection_timeout": "20000", "replication_factor": "1" }, "DMAAP": { |