Allow LSP to process multiple messages per poll

(cherry-picked from commit e2485044a1)
This commit is contained in:
Mikael Hermansson 2024-03-08 15:24:51 +01:00 committed by Rémi Verschelde
parent 3f1caf6640
commit 38b646ca4a
No known key found for this signature in database
GPG key ID: C3336907360768E1
4 changed files with 25 additions and 12 deletions

View file

@ -46,6 +46,7 @@ class GDScriptLanguageServer : public EditorPlugin {
bool use_thread;
String host;
int port;
int poll_limit_usec = 100000;
static void thread_main(void *p_userdata);
private: