diff options
author | Matt Joiner <anacrolix@gmail.com> | 2020-09-30 18:12:44 +1000 |
---|---|---|
committer | Matt Joiner <anacrolix@gmail.com> | 2020-09-30 18:12:44 +1000 |
commit | 47e5cc608cded44f87c3120fd76fa31a9b8a8867 (patch) | |
tree | 24f618b1e37852423b2787325ceb40ff25221fbe /funcs.go | |
parent | Sleep by default again, and don't bother sleeping for less than 100 microseconds (diff) | |
download | stm-47e5cc608cded44f87c3120fd76fa31a9b8a8867.tar.gz stm-47e5cc608cded44f87c3120fd76fa31a9b8a8867.tar.xz |
Don't sleep and only wake watchers if the variable value has changed
Diffstat (limited to 'funcs.go')
-rw-r--r-- | funcs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ var ( const ( profileFailedCommits = false - sleepBetweenRetries = true + sleepBetweenRetries = false ) func init() { |