Change idle_timeout default to 300 seconds

Closes #81.

[#155865492]
This commit is contained in:
Michael Klishin 2018-03-12 22:25:12 +03:00
parent 7eae4190ce
commit cd2193a273
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ define PROJECT_ENV
{timeout, infinity}, {timeout, infinity},
{log, false}, {log, false},
{pool_size, 64}, {pool_size, 64},
{idle_timeout, infinity} {idle_timeout, 300}
] ]
endef endef