mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-15 08:41:02 +00:00
remove old, now conflicting test value
This commit is contained in:
parent
2d17405e94
commit
a2a6e91f6d
1 changed files with 1 additions and 5 deletions
|
|
@ -189,11 +189,7 @@ bind = "127.0.0.1:10101"
|
|||
|
||||
[cluster]
|
||||
replicas = 2
|
||||
partitions = 128
|
||||
hosts = [
|
||||
"127.0.0.1:10101",
|
||||
"127.0.0.1:10111",
|
||||
]`
|
||||
partitions = 128`
|
||||
if _, err := file.Write([]byte(config)); err != nil {
|
||||
t.Fatalf("writing config file: %v", err)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue