Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit df3fdec

Browse files
committedMar 24, 2024
Increased back to 32
1 parent 8d7c7c3 commit df3fdec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎bin/startup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ echo "${YELLOW}You're currently using the free version of self-hosted Sweep AI.
3838

3939
echo "${YELLOW}Launching sweep on https://localhost:${PORT:-8080}${NC}"
4040
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
41+
uvicorn sweepai.api:app --host 0.0.0.0 --port ${PORT:-8080} --workers 32

0 commit comments

Comments
 (0)
Please sign in to comment.