mirror of
https://github.com/Nezumi-2711/9router.git
synced 2026-09-23 04:09:49 +00:00
@@ -16,6 +16,8 @@ export const GITHUB_CONFIG = {
|
||||
export const UPDATER_CONFIG = {
|
||||
npmPackageName: "9router",
|
||||
installCmd: "npm i -g 9router",
|
||||
installCmdLatest: "npm i -g 9router@latest --prefer-online",
|
||||
shutdownCountdownSec: 3,
|
||||
exitDelayMs: 500,
|
||||
statusPort: 20129,
|
||||
statusPollIntervalMs: 1000,
|
||||
@@ -23,8 +25,8 @@ export const UPDATER_CONFIG = {
|
||||
installRetries: 3,
|
||||
installRetryDelayMs: 5000,
|
||||
lingerAfterDoneMs: 30000,
|
||||
waitForExitMinMs: 3000,
|
||||
waitForExitMaxMs: 15000,
|
||||
waitForExitMinMs: 5000,
|
||||
waitForExitMaxMs: 20000,
|
||||
waitForExitCheckMs: 500,
|
||||
appPort: 20128,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user