8000 Starting 3 DB servers instead of 2. (#16114) · OOSYOO/arangodb@7175a85 · GitHub
[go: up one dir, main page]

8000
Skip to content

Commit 7175a85

Browse files
authored
Starting 3 DB servers instead of 2. (arangodb#16114)
1 parent dc9b13c commit 7175a85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/cluster-run-common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function help() {
3434

3535
# defaults
3636
NRAGENTS=1
37-
NRDBSERVERS=2
37+
NRDBSERVERS=3
3838
NRCOORDINATORS=1
3939
POOLSZ=""
4040
TRANSPORT="tcp"

0 commit comments

Comments
 (0)
0