fixed windows, updated wgctrl

This commit is contained in:
0xdcarns
2021-09-21 17:50:09 -04:00
parent 6418378b07
commit 3fc4c253a8
7 changed files with 17 additions and 11 deletions

View File

@@ -64,7 +64,7 @@ func RunUserspaceDaemon() {
if err := CheckIn(cfg); err != nil {
// pass
}
time.Sleep(30 * time.Second)
time.Sleep(15 * time.Second)
}
}