Skip to content
Snippets Groups Projects
Commit 66839024 authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

Merge branch 'release' of gitlab.com:elixxir/integration into release

parents f46d8e3e 401ca4d2
No related branches found
No related tags found
No related merge requests found
...@@ -83,4 +83,4 @@ schedulingConfigPath: "registration.json" ...@@ -83,4 +83,4 @@ schedulingConfigPath: "registration.json"
RegCodesFilePath: "regCodes.json" RegCodesFilePath: "regCodes.json"
# Set address space size for ephemeral IDs # Set address space size for ephemeral IDs
addressSpace: 10 addressSpace: 32
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
"BatchSize": 32, "BatchSize": 32,
"RandomOrdering": true, "RandomOrdering": true,
"MinimumDelay": 1000, "MinimumDelay": 1000,
"RealtimeDelay": 2000, "RealtimeDelay": 5000,
"Threshold": 3, "Threshold": 3,
"NodeCleanUpInterval": 3, "NodeCleanUpInterval": 3,
"ResourceQueueTimeout": 300000, "ResourceQueueTimeout": 300000,
......
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