RecommendationsStrings
const RecommendationsStrings: object;Defined in: src/config/Constants.ts:435
Type Declaration
Section titled “Type Declaration”| Name | Type | Default value | Defined in |
|---|---|---|---|
checkConnectivity | string | 'Check node connectivity and restart if needed' | src/config/Constants.ts:445 |
frameDeficit() | (frameDeficit: number) => string | - | src/config/Constants.ts:440 |
highCPULoad() | (cpuLoad: number) => string | - | src/config/Constants.ts:436 |
highLatency() | (ping: number) => string | - | src/config/Constants.ts:441 |
highMemoryUsage() | (memoryUsagePercent: number) => string | - | src/config/Constants.ts:438 |
highPlayercount() | (players: number) => string | - | src/config/Constants.ts:443 |
highSystemLoad() | (systemLoad: number) => string | - | src/config/Constants.ts:437 |
nodeOffline | string | 'Node is offline or disconnected' | src/config/Constants.ts:444 |
nodeRestart | string | 'Node restart recommended to clear memory and reset connections.' | src/config/Constants.ts:442 |