Skip to content

Commit

Permalink
Use bytes for body size limit (huggingface#1268)
Browse files Browse the repository at this point in the history
  • Loading branch information
nsarrazin authored Jun 11, 2024
1 parent a61498a commit 001a517
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
INCLUDE_DB=false
APP_BASE=/chat
PUBLIC_APP_COLOR=yellow
BODY_SIZE_LIMIT=12288
BODY_SIZE_LIMIT=12582912
deploy:
name: Deploy on prod
Expand Down
2 changes: 1 addition & 1 deletion chart/env/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ envVars:
ADDRESS_HEADER: 'X-Forwarded-For'
ALTERNATIVE_REDIRECT_URLS: '["huggingchat://login/callback"]'
APP_BASE: "/chat"
BODY_SIZE_LIMIT: 12288
BODY_SIZE_LIMIT: 12582912
ENABLE_ASSISTANTS: "true"
ENABLE_ASSISTANTS_RAG: "true"
EXPOSE_API: "true"
Expand Down

0 comments on commit 001a517

Please sign in to comment.