Sha256: c3b85ae710c4aa251277fe30a6c22ef555b7cebcb59a72e1d8d65864ac9402b4
Contents?: true
Size: 464 Bytes
Versions: 6
Compression:
Stored size: 464 Bytes
Contents
# Compile Options There provide some `cflags` to change Puma's default configuration for C. ## Query String By default, the max length of `QUERY_STRING` is `1024 * 10`. But you may want to adjust it to allow accept large queries in the GET requests. For manual install ``` gem install puma -- --with-cflags="-D PUMA_QUERY_STRING_MAX_LENGTH=64000" ``` For bundler config ``` bundle config build.puma --with-cflags="-D PUMA_QUERY_STRING_MAX_LENGTH=64000" ```
Version data entries
6 entries across 6 versions & 2 rubygems