Skip to content

Commit

Permalink
reduced DAILY_UPLOAD_LIMIT_BYTES by order of magnitude
Browse files Browse the repository at this point in the history
  • Loading branch information
fullerzz committed Sep 21, 2024
1 parent 31e84f1 commit 68e257d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export SMOLVAULT_BUCKET="test-bucket"
export SMOLVAULT_DB="test.db"
export SMOLVAULT_CACHE="./uploads/"
export AUTH_SECRET_KEY="09d25e094faa6ca2556c818166b7a9563b93f7099f6f0f4caa6cf63b88e8d3e7" # key from FastAPI docs to use in tests
export DAILY_UPLOAD_LIMIT_BYTES="500000"
export DAILY_UPLOAD_LIMIT_BYTES="50000"
export USERS_LIMIT="20"
export USER_WHITELIST="1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20"

Expand Down

0 comments on commit 68e257d

Please sign in to comment.