-
Version 0.8.90 for Windows When I read manga on browser if the archive have over thousand pages. [2023-07-28 05:30:00.28386] [37] [error] Worker 9297 has no heartbeat (50 seconds), restarting |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Those workers come from minion/mojolicious - it's likely possible to extend the heartbeat timeout via an environment variable, but I've never looked into it.. |
Beta Was this translation helpful? Give feedback.
-
I found solution by myself and let me share here. |
Beta Was this translation helpful? Give feedback.
I found solution by myself and let me share here.
Base on Mojo document, you can edit the timeout second in Prefork.pm.
You can find Prefork.pm in folder \wsl.localhost\lanraragi\usr\local\share\perl5\site_perl\Mojo\Server
Just change graceful_timeout and heartbeat_timeout as you want.