From 95aae3cd57cef0f56265a61d9cc7b6fca4121c17 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Sat, 5 Feb 2011 08:32:25 +0100 Subject: [PATCH] remoteusage: Explain the purpose of sleep --- remoteusage.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.43.0