Skip to content

v2.3.2

Compare
Choose a tag to compare
@z4kn4fein z4kn4fein released this 25 Jul 14:58
· 3 commits to main since this release
b6caae5

Removed

  • /file scan timeout. Upon scanning, each file reading task had a timeout set (1 min). With too many tasks running parallel, while a task's timeout counter started ticking, its execution remained in a suspended state. Eventually, it was cancelled due to the timeout, even if it was supposed to work on a fairly small file, so nothing really justified the cancellation. Now, only the whole scanning process has a timeout (30 min), and the /file timeouts were removed.