Skip to content

Commit

Permalink
add no discover in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
alanorwick committed Sep 5, 2023
1 parent 636ea59 commit 9e50bc0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ endif
ifeq ($(RUN_BLAKE3),true)
BASE_CMD += --consensus.engine "blake3"
endif
ifeq ($(NO_DISCOVER),true)
BASE_CMD += --nodiscover
endif

# Build suburl strings for slice specific subclient groups
# WARNING: Only connect to dom/sub clients over a trusted network.
Expand Down
1 change: 1 addition & 0 deletions network.env.dist
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ VERBOSITY=4

# Syncmode variable
SYNCMODE=full
NO_DISCOVERY=false

# Stats information
QUAI_STATS=false
Expand Down

0 comments on commit 9e50bc0

Please sign in to comment.