Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
changes for resolving issues in uploading large mp4 files
  • Loading branch information
sarora180673 authored Nov 6, 2024
1 parent be6200e commit db210cf
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion rair-infra/assets/akash/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,16 @@ services:
- global: true
# uncomment below to have a custom URL for your web page
#accept:
# - xxx.yourdomain.com
# - xxx.yourdomain.com
http_options:
max_body_size: 4294967295
read_timeout: 60000
send_timeout: 60000
next_cases:
- error
- timeout
next_tries: 3
next_timeout: 60000
env:
- Environment=Variables
rair-node:
Expand Down

0 comments on commit db210cf

Please sign in to comment.