optimized file upload

This commit is contained in:
marvzhang
2021-07-20 22:27:00 +08:00
parent e05632973d
commit b7a69dcb30
19 changed files with 405 additions and 58 deletions

View File

@@ -51,4 +51,8 @@ Host *
EOF
# start backend
crawlab-server
if [ "${CRAWLAB_SERVER_MASTER}" = "Y" ];
crawlab-server master
then
crawlab-server worker
fi