We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d7c7c3 commit df3fdecCopy full SHA for df3fdec
bin/startup.sh
@@ -38,4 +38,4 @@ echo "${YELLOW}You're currently using the free version of self-hosted Sweep AI.
38
39
echo "${YELLOW}Launching sweep on https://localhost:${PORT:-8080}${NC}"
40
redis-server /app/redis.conf --bind 0.0.0.0 --port 6379 > /dev/null 2>&1 &
41
-uvicorn sweepai.api:app --host 0.0.0.0 --port ${PORT:-8080} --workers 8
+uvicorn sweepai.api:app --host 0.0.0.0 --port ${PORT:-8080} --workers 32
0 commit comments