You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just started using bjoern on my project and it's been going great so far. What I'd like to know is if there's a way to globally set a timeout for requests.
My project is a very simple API with a few endpoints, but sometimes the request will take too long and I'd like to set a timeout for all endpoints
I just started using bjoern on my project and it's been going great so far. What I'd like to know is if there's a way to globally set a timeout for requests.
My project is a very simple API with a few endpoints, but sometimes the request will take too long and I'd like to set a timeout for all endpoints
the code looks something like this:
what I'd like to happen is to end the connection if either
/up
or/down
takes more than20s
. is that possible?The text was updated successfully, but these errors were encountered: