Skip to content

Commit

Permalink
increase uwsgi readtimeout
Browse files Browse the repository at this point in the history
  • Loading branch information
emiliorighi committed Oct 15, 2024
1 parent 314808c commit e0338e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion biogenome-client/root.template
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ server {
include uwsgi_params;
uwsgi_pass ${API_HOST}:${API_PORT};
client_max_body_size 1000M;
uwsgi_read_timeout 600;
uwsgi_read_timeout 6000;
}
}
2 changes: 1 addition & 1 deletion biogenome-client/subpath.template
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ server {
include uwsgi_params;
uwsgi_pass ${API_HOST}:${API_PORT};
client_max_body_size 1000M;
uwsgi_read_timeout 600;
uwsgi_read_timeout 6000;
}
}

0 comments on commit e0338e0

Please sign in to comment.