Skip to content

Commit

Permalink
chore(api): increase limits
Browse files Browse the repository at this point in the history
  • Loading branch information
bouassaba committed Jun 14, 2024
1 parent 13211fd commit 83845c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api/.env
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ SMTP_SENDER_ADDRESS="no-reply@localhost"
SMTP_SENDER_NAME="Voltaserve"

# Limits
LIMITS_FILE_UPLOAD_MB=5000
LIMITS_FILE_PROCESSING_MB=video:5000,*:100
LIMITS_FILE_UPLOAD_MB=10000
LIMITS_FILE_PROCESSING_MB=video:10000,*:1000

# Defaults
DEFAULTS_WORKSPACE_STORAGE_CAPACITY_MB=10000
DEFAULTS_WORKSPACE_STORAGE_CAPACITY_MB=100000

0 comments on commit 83845c3

Please sign in to comment.