From a3ea303ab86e5db6510a00e373b6e7a6620d426a Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 22 Oct 2024 19:57:49 -0500 Subject: global hypervisor poll delay Signed-off-by: Jeff Carr --- configfiles.go | 1 - 1 file changed, 1 deletion(-) (limited to 'configfiles.go') diff --git a/configfiles.go b/configfiles.go index d9ba578..3146e1b 100644 --- a/configfiles.go +++ b/configfiles.go @@ -36,7 +36,6 @@ func readConfigFile() { h = new(HyperT) h.pb = pbh - h.Delay = 5 * time.Second h.lastpoll = time.Now() me.hypers = append(me.hypers, h) -- cgit v1.2.3