From e18cc6c906aafbad250bda8fec57cf9db517c492 Mon Sep 17 00:00:00 2001
From: Jake Taylor <jake@elixxir.io>
Date: Tue, 23 Nov 2021 14:47:33 -0600
Subject: [PATCH] fix threshold

---
 basice2e/registration.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/basice2e/registration.json b/basice2e/registration.json
index 3662e6d..f44bd9c 100644
--- a/basice2e/registration.json
+++ b/basice2e/registration.json
@@ -4,7 +4,7 @@
   "MinimumDelay": 3000,
   "RealtimeDelay": 5000,
   "SemiOptimalOrdering": true,
-  "Threshold":     3,
+  "Threshold":     0.3,
   "NodeCleanUpInterval": 3,
   "ResourceQueueTimeout": 300000
 
-- 
GitLab