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

Add new config option for permisisoning

parent 8243f66c
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.
Please register or to comment