jenius-apps / nightingale-rest-api-client

A modern, resource-efficient REST API client for Windows
https://nightingale.rest
MIT License
769 stars 36 forks source link

Timeout after 100 seconds #225

Closed paule96 closed 8 months ago

paule96 commented 2 years ago

The app nightingale cancels any long going request after 100 seconds. This should be changed to infinite or maybe make this timeout configurable.

To test this you can make a simple dev webserver that just has a GET method that's make a thread.sleep für 105 seconds. This should just cancel the request in nightingale.

Christoph-Wagner commented 2 years ago

I have the same issue, API calls can take way longer than 100s

udah1 commented 1 year ago

Any ETA for that one? it's making it less usable for debugging server code. or at least a WA, to change in registry or anything?

dpaulino commented 8 months ago

Added here: https://github.com/jenius-apps/nightingale-rest-api-client/commit/287492bb8ad97c88b3c705ac7dde1b1c114bd528.

It will be available in the next update