summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index f121cec..03479bba 100644
--- a/main.go
+++ b/main.go
@@ -61,7 +61,7 @@ func watchCallback() {
}
// this maybe a good idea?
// TODO: Throttle user events somehow
- sleep(.01)
+ // sleep(.01) // hack that throttles user events
}
}
}