Skip to content

Commit

Permalink
Merge pull request rack#772 from JonMidhir/readme_fix
Browse files Browse the repository at this point in the history
Remove Markdown from RDoc Readme
  • Loading branch information
raggi committed Dec 29, 2014
2 parents 16feaaf + 57f7b9c commit b227ffc
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.rdoc
Expand Up @@ -183,13 +183,11 @@ run on port 11211) and memcache-client installed.

== Configuration

Several parameters can be modified on `Rack::Utils` to configure Rack behaviour.
Several parameters can be modified on Rack::Utils to configure Rack behaviour.

e.g:

```ruby
Rack::Utils.key_space_limit = 128
```
Rack::Utils.key_space_limit = 128

=== key_space_limit

Expand All @@ -203,11 +201,11 @@ Default to 65536 characters (4 kiB in worst case).
The maximum number of parts a request can contain.
Accepting too many part can lead to the server running out of file handles.

The default is `128`, which mean that a single request can't upload more than 128 files at once.
The default is 128, which means that a single request can't upload more than 128 files at once.

Set to `0` for not limit.
Set to 0 for no limit.

Can also be set via the `RACK_MULTIPART_PART_LIMIT` environment variable.
Can also be set via the RACK_MULTIPART_PART_LIMIT environment variable.

== History

Expand Down

0 comments on commit b227ffc

Please sign in to comment.