Skip to content

Commit

Permalink
napi: fix proxy timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
baabeetaa committed Sep 8, 2023
1 parent 27d4df0 commit e288d90
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions notionalapi/proxy/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ http {
keepalive_timeout 100;
#gzip on;

# fix timeout
proxy_connect_timeout 300;
proxy_send_timeout 300;
proxy_read_timeout 300;
send_timeout 300;

grpc_send_timeout 300;
grpc_read_timeout 300;

Expand Down

0 comments on commit e288d90

Please sign in to comment.