Skip to content

Commit

Permalink
Set MAX_WORKERS default to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
StreetLamb committed Jul 12, 2024
1 parent 63d9efb commit c06eace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ [email protected]
FIRST_SUPERUSER_PASSWORD=changethis
USERS_OPEN_REGISTRATION=False
MAX_UPLOAD_SIZE=50_000_000
MAX_WORKERS= # Optional. Sets the number of processes. If left blank, will compute based on CPU cores available.
MAX_WORKERS=1 # Sets the number of processes

# llm provider keys. Add only to models that you want to use
OPENAI_API_KEY=
Expand Down

0 comments on commit c06eace

Please sign in to comment.