Skip to content

Commit

Permalink
Tune timeouts for language services for typical projects
Browse files Browse the repository at this point in the history
  • Loading branch information
Viir committed Jun 18, 2023
1 parent 05b4ed3 commit 7ccf754
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions implement/example-apps/elm-editor/src/MonacoHtml.elm
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ monacoHtmlDocumentFromCdnUrl cdnUrlToMin =
<script>
getCompletionItemsTimeoutMilliseconds = 1000;
getHoverTimeoutMilliseconds = 1000;
getCompletionItemsTimeoutMilliseconds = 2000;
getHoverTimeoutMilliseconds = 1500;
provideCompletionItemsEventFromElm = function(){};
provideHoverEventFromElm = function(){};
Expand Down

0 comments on commit 7ccf754

Please sign in to comment.