diff options
| author | Michal Sojka <sojkam1@fel.cvut.cz> | 2011-02-05 08:32:25 +0100 |
|---|---|---|
| committer | Michal Sojka <sojkam1@fel.cvut.cz> | 2011-02-05 08:32:25 +0100 |
| commit | 95aae3cd57cef0f56265a61d9cc7b6fca4121c17 (patch) | |
| tree | aff854e5a1d2932c0285d542771b18c152e4ef27 | |
| parent | 040d676d1a5cc972c1602dd731877ee9cdc131af (diff) | |
remoteusage: Explain the purpose of sleep
| -rw-r--r-- | remoteusage.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |
