RecommendationsStrings
const RecommendationsStrings: object;Defined in: src/structures/Constants.ts:338
Type Declaration
Section titled “Type Declaration”| Name | Type | Default value | Defined in |
|---|---|---|---|
checkConnectivity | string | "Check node connectivity and restart if needed" | src/structures/Constants.ts:352 |
frameDeficit() | (frameDeficit: number) => string | - | src/structures/Constants.ts:345 |
highCPULoad() | (cpuLoad: number) => string | - | src/structures/Constants.ts:339 |
highLatency() | (ping: number) => string | - | src/structures/Constants.ts:347 |
highMemoryUsage() | (memoryUsagePercent: number) => string | - | src/structures/Constants.ts:343 |
highPlayercount() | (players: number) => string | - | src/structures/Constants.ts:349 |
highSystemLoad() | (systemLoad: number) => string | - | src/structures/Constants.ts:341 |
nodeOffline | string | "Node is offline or disconnected" | src/structures/Constants.ts:351 |
nodeRestart | string | "Node restart recommended to clear memory and reset connections." | src/structures/Constants.ts:348 |