proxy: add experimental async mode

This commit is contained in:
Vaxry
2025-04-15 16:55:21 +01:00
parent 5d7f0bb322
commit 5893be77c3
6 changed files with 76 additions and 23 deletions

View File

@@ -38,5 +38,13 @@
"exclude_regex": ".*/commit/.*",
"action_on_exclude": "DENY"
}
]
],
// 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
}
}