Skip to content

Commit

Permalink
Bump version, update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jclem committed Sep 23, 2013
1 parent 317faff commit a7d6340
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Add these lines to your `config.ru`. (These lines should be added above the `req

This gem provides two modules.

### Unicorn::WorkerKiller::MaxRequests(max_requests_min=3072, max_requests_max=4096)
### Unicorn::WorkerKiller::MaxRequests(max_requests_min=3072, max_requests_max=4096, verbose=false)

This module automatically restarts the Unicorn workers, based on the number of requests which worker processed.

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.1
0.4.2

0 comments on commit a7d6340

Please sign in to comment.