mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-03 20:02:54 +00:00
feat: max-txn-ops option (#3458)
* feat: max-txn-ops limit * chore: by comment
This commit is contained in:
@@ -94,7 +94,7 @@ impl GreptimeDbClusterBuilder {
|
||||
.split(',')
|
||||
.map(|s| s.to_string())
|
||||
.collect::<Vec<String>>();
|
||||
let backend = EtcdStore::with_endpoints(endpoints)
|
||||
let backend = EtcdStore::with_endpoints(endpoints, 128)
|
||||
.await
|
||||
.expect("malformed endpoints");
|
||||
// Each retry requires a new isolation namespace.
|
||||
|
||||
Reference in New Issue
Block a user