change sysconf

master
Bel LaPointe 2018-06-10 11:38:13 -06:00
parent ea0bcfa40d
commit 356df57580
1 changed files with 1 additions and 1 deletions

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
}