Skip to content

Commit

Permalink
Sleep for a little less time.
Browse files Browse the repository at this point in the history
Might speed up the compilation process at the risk of using a bit more CPU.
  • Loading branch information
chrismgray committed Dec 15, 2011
1 parent c5c837f commit a18d69f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/ikiwiki-org-plugin.el
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
(while (not (re-search-forward "\\(</\\(methodResponse\\|methodCall\\)>\\)" (point-max) t))
(revert-buffer t t)
(narrow-to-region org-ikiwiki-region-start (point-max))
(sleep-for 0.3)
(sleep-for 0.1)
(when (not (file-exists-p (buffer-file-name)))
(throw 'org-ikiwiki-input-file-gone nil)))
(setq org-ikiwiki-region-end (match-end 0))))
Expand Down

0 comments on commit a18d69f

Please sign in to comment.