Skip to content

Commit

Permalink
Avoid timeout when long time input handle_input_message content.
Browse files Browse the repository at this point in the history
  • Loading branch information
manateelazycat committed Feb 29, 2020
1 parent eb72832 commit 3afcd45
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion eaf.el
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,10 @@ For now only EAF browser app is supported."
"com.lazycat.eaf" ; service name
"/com/lazycat/eaf" ; path name
"com.lazycat.eaf" ; interface name
method args))
method
:timeout 1000000
args)
)

(defun eaf-get-emacs-xid (frame)
(frame-parameter frame 'window-id))
Expand Down

0 comments on commit 3afcd45

Please sign in to comment.