diff --git a/services/web/public/coffee/ide/editor/directives/aceEditor/auto-complete/CommandManager.coffee b/services/web/public/coffee/ide/editor/directives/aceEditor/auto-complete/CommandManager.coffee index 0a202a7793..2d928f9a82 100644 --- a/services/web/public/coffee/ide/editor/directives/aceEditor/auto-complete/CommandManager.coffee +++ b/services/web/public/coffee/ide/editor/directives/aceEditor/auto-complete/CommandManager.coffee @@ -79,7 +79,7 @@ define [], () -> # hacky solution: limit iterations limit = null if window?._ide?.browserIsSafari - limit = 100 + limit = 5000 # fully formed commands realCommands = []