Skip to content
Snippets Groups Projects
Commit 1b17ee39 authored by Josh Brooks's avatar Josh Brooks
Browse files

Merge branch 'feature/NDFPruning' into 'release'

Add new config option for permisisoning

See merge request elixxir/integration!113
parents ab78bbe1 cdd5ed80
No related branches found
No related tags found
No related merge requests found
...@@ -26,6 +26,10 @@ nodeMetricInterval: 3 ...@@ -26,6 +26,10 @@ nodeMetricInterval: 3
disableGatewayPing: true disableGatewayPing: true
# Disable pruning of NDF for offline nodes
# if set to false, network will sleep for five minutes on start
disableNDFPruning: true
# "Location of the user discovery contact file. # "Location of the user discovery contact file.
udContactPath: "results/udContact.bin" udContactPath: "results/udContact.bin"
udbAddress: "127.0.0.1:18001" udbAddress: "127.0.0.1:18001"
......
...@@ -28,6 +28,10 @@ nodeMetricInterval: 3 ...@@ -28,6 +28,10 @@ nodeMetricInterval: 3
disableGatewayPing: true disableGatewayPing: true
# Disable pruning of NDF for offline nodes
# if set to false, network will sleep for five minutes on start
disableNDFPruning: true
clientRegCodes: clientRegCodes:
- "FFFF" - "FFFF"
- "GGGG" - "GGGG"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment