config: move async_proxy out of experimental and enable

tested for hours on my git forge, lgtm
This commit is contained in:
Vaxry
2025-04-15 23:32:56 +01:00
parent 3bfbe3598b
commit 01998444c0
3 changed files with 15 additions and 21 deletions

View File

@@ -40,11 +40,8 @@
}
],
// experimental settings. Use with caution!
"experimental": {
// If enabled, all requests to the proxy will create their own thread.
// this can increase the throughput of the proxy, especially when there are a lot of requests made
// all at once.
"async_proxy": false
}
// If enabled, all requests to the proxy will create their own thread.
// this can increase the throughput of the proxy, especially when there are a lot of requests made
// all at once.
"async_proxy": true
}