emacs-epc
emacs-epc copied to clipboard
FYI: epc:accept-process-timeout may be too small for Windows
An Emacs-Jedi user reported that increasing epc:accept-process-timeout solves timeout problem.
See: https://github.com/tkf/emacs-jedi/issues/83
200 works for my on my windows laptop. 175 does not work.
Thank you for your report. I'll change it to 300.
How about increasing counter limit to 90 from 30? This way, there is no slow down in Linux/Mac machines. Even making this configurable makes sense, I think.
Yes, the configurable counter is better.