mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-04-13 15:16:50 -05:00
[FEATURE] Allow http timeout values greater than 100 #31
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @TrisMcC on GitHub.
What would you like to see implemented next?
The 100 seconds is not enough for an especially tempermental Transmission instance. Is there any technical reason why we can't put 300 seconds (or higher)? I am running into this trying to evaluate DownloadCleaner, no matter how many retries I do.
@Flaminel commented on GitHub:
No specific technical reason other than it slows everything down. A lot of calls are made during a job run and 100s for each of those would mean a very long time to run a job. Is there a good reason why Transmission can't be reached within 100s or less?
@Flaminel commented on GitHub:
@TrisMcC ?