pgaskin / NickelMenu

The easiest way to launch scripts, change settings, and run actions on Kobo e-readers.
https://pgaskin.net/NickelMenu
MIT License
505 stars 24 forks source link

Raise timeout to 1 minute #153

Closed NicoNex closed 2 months ago

NicoNex commented 5 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.

pgaskin commented 2 months ago

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.