]> git.cworth.org Git - notmuch-wiki/commitdiff
remoteusage: Explain the purpose of sleep
authorMichal Sojka <sojkam1@fel.cvut.cz>
Sat, 5 Feb 2011 07:32:25 +0000 (08:32 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Sat, 5 Feb 2011 07:32:25 +0000 (08:32 +0100)
remoteusage.mdwn

index 2b3d588d0e95921e2a8df672236d1d8dc91e0f0e..5a35fe709198827b922f2512e713db126cca2622 100644 (file)
@@ -89,7 +89,7 @@ be necessary in the furture.
     {
         notmuch_run search $@ |
         while read line; do
-           sleep 0.02
+           sleep 0.02   # Workaround a bug (missing lines) in the emacs interface
             echo "${line}"
         done
     }