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 c5ab9179ec..fd6cdf7e64 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 @@ -85,7 +85,7 @@ define [], () -> # hacky solution: limit iterations limit = null if window?._ide?.browserIsSafari - limit = 100 + limit = 5000 # fully formed commands realCommands = []