Quote:
Originally Posted by The_Immortal
Alan_S,Could you tell me where can I find this option? Tried to find it but no got no success 
|
Well, the "settings.reader.lua" is the preferred place to keep such default settings, now. In this case you need something like this: ["auto_suspend_timeout_seconds"] = 480, (of course you can use your own timing) I find eight minutes works for me, I could use 60 * 8 instead of the 480. The current overall default is 60 * 60, one hour.
You can also change it In /koreader/frontend/ui/uimanager.lua Around line 720.
Luck;
Ken