uWSGI request timeout in Python

前端 未结 2 832
孤城傲影
孤城傲影 2020-11-30 02:37

Trying to set the timeout for requests in uWSGI, I\'m not sure of the correct setting. There seem to be multiple timeout options (socket, interface, etc.) and it\'s not rea

2条回答
  •  萌比男神i
    2020-11-30 02:50

    Setting http-timeout worked for me. I have http = :8080, so I assume if you use file system socket, you have to use socket-timeout.

提交回复
热议问题