Merge branch 'stable'

This commit is contained in:
Arnaud Cogoluègnes 2017-01-10 11:06:26 +01:00
commit ac0a3fb65a
1 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,8 @@ define PROJECT_ENV
{port, 3890},
{timeout, infinity},
{log, false},
{pool_size, 64}
{pool_size, 64},
{idle_timeout, infinity}
]
endef