Skip to content

Commit

Permalink
fix(wsgi): add settings to increase size uploads limit
Browse files Browse the repository at this point in the history
  • Loading branch information
igr-santos committed Sep 24, 2024
1 parent 975f7ff commit bc60120
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/wsgi.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@ processes = 4
threads = 2
http = 0.0.0.0:8000
die-on-term = true
buffer-size=131070
buffer-size = 65535
post-buffering = 4096
limit-post = 62914560 # 60 MB (ajuste para seu limite)
harakiri = 120 # Tempo em segundos
socket-timeout = 120

0 comments on commit bc60120

Please sign in to comment.