Closed NicoNex closed 7 months ago
As the title says, this commit raises the maximum allowed timeout to one minute (60 000ms), which can be useful for running custom programs that sync the eBooks and thus take longer time to run.
The intention of the timeout is to avoid freezing the interface for an extended period of time.
Longer scripts which require interactivity should spawn in the background and use NickelDBus for interaction.
As the title says, this commit raises the maximum allowed timeout to one minute (60 000ms), which can be useful for running custom programs that sync the eBooks and thus take longer time to run.