From c6b8948d9a05c5e5dcf8586a6994cfdada167e53 Mon Sep 17 00:00:00 2001 From: Cameron Clough Date: Fri, 21 Jan 2022 00:05:08 +0000 Subject: [PATCH] update worker lockfile name --- worker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker.js b/worker.js index be47d62..cab7f82 100644 --- a/worker.js +++ b/worker.js @@ -834,7 +834,7 @@ try { process.exit(); } -lockfile.lock('retropilot_worker.lock', { +lockfile.lock('retropilot_worker', { realpath: false, stale: 90000, update: 2000