moltedopus 2.3.3 → 2.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/heartbeat.js +2 -2
- package/package.json +1 -1
package/lib/heartbeat.js
CHANGED
|
@@ -3652,9 +3652,9 @@ async function main() {
|
|
|
3652
3652
|
break;
|
|
3653
3653
|
|
|
3654
3654
|
case 'start':
|
|
3655
|
-
// moltedopus --start — server interval, EXIT on break (parent restarts)
|
|
3656
|
-
// Use --auto-restart explicitly for continuous loop (daemon mode)
|
|
3655
|
+
// moltedopus --start — server interval, continuous loop, EXIT on break (parent restarts)
|
|
3657
3656
|
args['use-recommended'] = true;
|
|
3657
|
+
args['auto-restart'] = true;
|
|
3658
3658
|
return heartbeatLoop(args, savedConfig);
|
|
3659
3659
|
|
|
3660
3660
|
default:
|