From 272210991c361debdc3ffc89577316921c04737d Mon Sep 17 00:00:00 2001 From: "Richard T. Carback III" <rick.carback@gmail.com> Date: Tue, 7 Dec 2021 17:20:41 +0000 Subject: [PATCH] Fix config file --- basice2e/registration.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/basice2e/registration.json b/basice2e/registration.json index 5b9f6aa..1205075 100644 --- a/basice2e/registration.json +++ b/basice2e/registration.json @@ -1,14 +1,14 @@ { - "TeamSize": 5, - "PrecomputationTimeout": 30000, - "RealtimeTimeout": 15000, - "DebugTrackRounds": true - "BatchSize": 32, - "MinimumDelay": 3000, - "RealtimeDelay": 5000, - "SemiOptimalOrdering": true, - "Secure": true, - "Threshold": 0.3, - "NodeCleanUpInterval": 3, - "ResourceQueueTimeout": 300000 + "TeamSize": 5, + "PrecomputationTimeout": 30000, + "RealtimeTimeout": 15000, + "DebugTrackRounds": true, + "BatchSize": 32, + "MinimumDelay": 3000, + "RealtimeDelay": 5000, + "SemiOptimalOrdering": true, + "Secure": true, + "Threshold": 0.3, + "NodeCleanUpInterval": 3, + "ResourceQueueTimeout": 300000 } -- GitLab