We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da57e41 commit 0082238Copy full SHA for 0082238
scalardb/src/scalardb/db/cluster.clj
@@ -19,7 +19,7 @@
19
(def ^:private ^:const DEFAULT_CLUSTER_NODE_COUNT 3)
20
(def ^:private ^:const DEFAULT_CASSANDRA_REPLICA_COUNT 3)
21
22
-(def ^:private ^:const TIMEOUT_SEC 600)
+(def ^:private ^:const TIMEOUT_SEC 900)
23
(def ^:private ^:const INTERVAL_SEC 10)
24
25
(def ^:private ^:const CLUSTER_NODE_NAME "scalardb-cluster-node")
0 commit comments