About setting auto suspend time (when you have version that supports it), you also can use settings, there's no need to edit encoded default value.
Info you can found here:
https://github.com/koreader/koreader...ment-247242254
Quote:
The autosleep timeout can be set in the settings.reader.lua file (in the koreader folder, koreader has first to be started (and closed?) in order for it to be created).
There you can add a line to set timeout in seconds, such as below (where the time is set to 240seconds, meaning 4 minutes). Take note that the lines, except the last one, are seperated by a comma:
["auto_suspend_timeout_seconds"] = 240
|