Skip to content
This repository has been archived by the owner on Nov 14, 2019. It is now read-only.

Commit

Permalink
Merge pull request #34 from znull/default-config
Browse files Browse the repository at this point in the history
use a longer default expire period.
  • Loading branch information
Vicent Marti committed Jan 14, 2016
2 parents 013b8e4 + 4716a0e commit 4155c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.default.json.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"server_name" : "brubeck_debug",
"dumpfile" : "./brubeck.dump",
"capacity" : 15,
"expire" : 5,
"expire" : 20,
"http" : ":8080",

"backends" : [
Expand Down

0 comments on commit 4155c54

Please sign in to comment.