change sysconf

This commit is contained in:
Bel LaPointe
2018-06-10 11:38:13 -06:00
parent ea0bcfa40d
commit 356df57580

View File

@@ -76,7 +76,7 @@ func main() {
select {
case <-monitor.C:
difference := time.Duration(time.Now().UnixNano() - last.UnixNano())
if difference > time.Second*10 {
if difference > time.Hour*2 {
keych <- 'p'
continue
}