diff options
| author | bobzel <zzzman@gmail.com> | 2024-08-21 10:57:53 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-08-21 10:57:53 -0400 |
| commit | 166d40bd856b85bd4bbde9f9ffe2c1ec0fb648d5 (patch) | |
| tree | f6cfa4c2bd5c5a865d82c7e3806100f4a7719450 /src/server/DashStats.ts | |
| parent | 27c4292e709e6bbba449e940d61d54b157092296 (diff) | |
more lint fixes after update
Diffstat (limited to 'src/server/DashStats.ts')
| -rw-r--r-- | src/server/DashStats.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/DashStats.ts b/src/server/DashStats.ts index 6b9fb8971..8e1d4661f 100644 --- a/src/server/DashStats.ts +++ b/src/server/DashStats.ts @@ -9,7 +9,7 @@ import { socketMap, timeMap, userOperations } from './SocketData'; * This includes time connected, number of operations, and * the rate of their operations */ -// eslint-disable-next-line @typescript-eslint/no-namespace + export namespace DashStats { export const SAMPLING_INTERVAL = 1000; // in milliseconds (ms) - Time interval to update the frontend. export const RATE_INTERVAL = 10; // in seconds (s) - Used to calculate rate |
