parse timeout to string
This commit is contained in:
parent
7f400dee63
commit
3abc11d873
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@
|
|||
|
||||
ExecStart = ''
|
||||
${gunicorn}/bin/gunicorn "raincloud:create_app('${cfg.basePath}', '${cfg.cloudName}')" \
|
||||
--timeout ${cfg.workerTimeout} \
|
||||
--timeout ${toString cfg.workerTimeout} \
|
||||
--bind=${cfg.address}:${toString cfg.port}
|
||||
'';
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue