From: Michal Sojka Date: Sat, 5 Feb 2011 07:32:25 +0000 (+0100) Subject: remoteusage: Explain the purpose of sleep X-Git-Url: https://git.cworth.org/git?p=notmuch-wiki;a=commitdiff_plain;h=95aae3cd57cef0f56265a61d9cc7b6fca4121c17 remoteusage: Explain the purpose of sleep --- diff --git a/remoteusage.mdwn b/remoteusage.mdwn index 2b3d588..5a35fe7 100644 --- a/remoteusage.mdwn +++ b/remoteusage.mdwn @@ -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 }