mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 16:18:28 -05:00
Cluster test: use 20 instances.
This makes tests a bit slower, but it is better to test things at a decent scale instead of using just a few nodes, and for a few tests we actually need so many nodes.
This commit is contained in:
parent
e8631a6991
commit
4a3db25504
@ -6,7 +6,7 @@ cd tests/cluster
|
||||
source cluster.tcl
|
||||
source ../instances.tcl
|
||||
|
||||
set ::instances_count 5 ; # How many instances we use at max.
|
||||
set ::instances_count 20 ; # How many instances we use at max.
|
||||
|
||||
proc main {} {
|
||||
parse_options
|
||||
|
Loading…
Reference in New Issue
Block a user