This commit is contained in:
SongWei 2020-02-17 08:59:00 +11:00
parent d9a6781dcd
commit e6a34aab45
1 changed files with 2 additions and 1 deletions

View File

@ -107,7 +107,8 @@
route-function)
(funcall route-function env)))
:port 5000
:address "0.0.0.0"))
:address "0.0.0.0"
:worker-num 4))
:name "webserver")