summaryrefslogtreecommitdiff
path: root/configfiles.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-10-22 19:57:49 -0500
committerJeff Carr <[email protected]>2024-10-22 19:57:49 -0500
commita3ea303ab86e5db6510a00e373b6e7a6620d426a (patch)
treef0781a55a2dc06b9fb72566aba7d133aff330d62 /configfiles.go
parent5b99a88e0607426e3651ef1526809c84ede8301a (diff)
global hypervisor poll delay
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'configfiles.go')
-rw-r--r--configfiles.go1
1 files changed, 0 insertions, 1 deletions
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)