rewest timeout should be shorter than erigons

This commit is contained in:
Bryan Stitt 2023-10-16 11:10:36 -07:00
parent 7a81b1654b
commit b030773881

View File

@ -333,7 +333,7 @@ impl App {
.no_brotli() .no_brotli()
.no_deflate() .no_deflate()
.no_gzip() .no_gzip()
.timeout(Duration::from_secs(5 * 60)) .timeout(Duration::from_secs(5 * 60 - 2))
.user_agent(APP_USER_AGENT) .user_agent(APP_USER_AGENT)
.build()?, .build()?,
); );