Merge branch 'stable'
This commit is contained in:
commit
ac0a3fb65a
|
@ -20,7 +20,8 @@ define PROJECT_ENV
|
||||||
{port, 3890},
|
{port, 3890},
|
||||||
{timeout, infinity},
|
{timeout, infinity},
|
||||||
{log, false},
|
{log, false},
|
||||||
{pool_size, 64}
|
{pool_size, 64},
|
||||||
|
{idle_timeout, infinity}
|
||||||
]
|
]
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue