Add warning on resource exhaustion

This commit is contained in:
Harry Cheng 2022-03-03 16:17:58 +08:00
parent 098f79b3d9
commit b3c0657b97

View File

@ -138,7 +138,10 @@ Create new proxy
#### CloseProxy #### CloseProxy
A previously created proxy is closed A previously created proxy is closed.
Please note that one request will be sent for every proxy that is closed, do **NOT** use this
if you have too many proxies bound to a single client, as this may exhaust the server's resources.
``` ```
{ {