mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-04 05:17:39 +03:00
wip
This commit is contained in:
parent
f37270eae2
commit
cf871da509
1 changed files with 1 additions and 0 deletions
|
@ -1119,6 +1119,7 @@ async fn test_web_server() {
|
|||
)
|
||||
})
|
||||
.headers_read_rate(Seconds(1), Seconds(5), 128)
|
||||
.payload_read_rate(Seconds(1), Seconds(5), 128)
|
||||
.disconnect_timeout(Seconds(1))
|
||||
.memory_pool(ntex_bytes::PoolId::P1)
|
||||
.listen(tcp)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue