httpRequestHandler single request?
Hi -
With the httpRequestHandler extension point it seems it only handles a single request at a time. This is easily demonstrated by a simple httpRequestHandler with a sleep in it, and sending several requests.
Is there a registry setting or similar where I can change that behaviour?
I had a similar problem previously until I discovered: Registry.get("ide.rest.api.requests.per.minute").setValue... so I'm hoping for a similarly easy solution.
cheers, jamie
Please sign in to leave a comment.
```
```
Currently, no setting. For what do you need?