Skip to content

Commit

Permalink
Merge files documenting configuration options (#1883)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesus authored and nateberkopec committed Aug 6, 2019
1 parent db4b538 commit 6dd084b
Show file tree
Hide file tree
Showing 4 changed files with 241 additions and 286 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -66,6 +66,9 @@ configure { set :server, :puma }

Puma provides numerous options. Consult `puma -h` (or `puma --help`) for a full list of CLI options, or see [dsl.rb](https://github.com/puma/puma/blob/master/lib/puma/dsl.rb).

You can also find several configuration examples as part of the
[test](test/config) suite.

### Thread Pool

Puma uses a thread pool. You can set the minimum and maximum number of threads that are available in the pool with the `-t` (or `--threads`) flag:
Expand Down
209 changes: 0 additions & 209 deletions examples/config.rb

This file was deleted.

2 changes: 2 additions & 0 deletions lib/puma/app/status.rb
Expand Up @@ -4,6 +4,8 @@

module Puma
module App
# Check out {#call}'s source code to see what actions this web application
# can respond to.
class Status
def initialize(cli)
@cli = cli
Expand Down

0 comments on commit 6dd084b

Please sign in to comment.