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

Version Path
tdiary-5.1.6 vendor/bundle/ruby/2.7.0/gems/tdiary-5.1.5/vendor/bundle/ruby/3.0.0/gems/puma-5.1.1/docs/compile_options.md
tdiary-5.1.5 vendor/bundle/ruby/3.0.0/gems/puma-5.1.1/docs/compile_options.md
puma-5.1.1-java docs/compile_options.md
puma-5.1.1 docs/compile_options.md
puma-5.1.0-java docs/compile_options.md
puma-5.1.0 docs/compile_options.md