diff --git a/lib/i18n_yaml_editor/app.rb b/lib/i18n_yaml_editor/app.rb index d196ef2..8738da4 100644 --- a/lib/i18n_yaml_editor/app.rb +++ b/lib/i18n_yaml_editor/app.rb @@ -25,6 +25,7 @@ def start store.create_missing_keys $stdout.puts " * Starting web editor at port 5050" + Rack::Utils.key_space_limit = 131072 # 2 times the default Rack::Server.start :app => Web, :Port => 5050 end