Skip to content
This repository was archived by the owner on Jan 29, 2024. It is now read-only.

resolve 'exceeded available parameter key space' error#19

Open
mabras wants to merge 1 commit intorelatel:masterfrom
mabras:patch_error_rack
Open

resolve 'exceeded available parameter key space' error#19
mabras wants to merge 1 commit intorelatel:masterfrom
mabras:patch_error_rack

Conversation

@mabras
Copy link
Copy Markdown
Contributor

@mabras mabras commented Oct 19, 2015

In large forms (like this project), I am getting this error on save: exceeded available parameter key space by Rack

2015-10-19_21-46-50

So I had to increase the limit for key_space_limit

@1st8
Copy link
Copy Markdown
Contributor

1st8 commented Oct 20, 2015

Nice find!

I would love to override this for /update or iye requests only, but Rack doesn't seem to support that...

@kaspth
Copy link
Copy Markdown
Contributor

kaspth commented Oct 20, 2015

Having apps configure key_space_limit seems pretty hackish to me. @mabras can you share the params that caused this, and which key in particular raised the error? Thanks 😁

@mabras
Copy link
Copy Markdown
Contributor Author

mabras commented Oct 20, 2015

Just load this locales and hit save to get this error.

The size is 65568 (the default is 65536). The key is sv.refinery.no_script.enable_javascript_html.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants