Merge branch 'dev' of github.com:fosrl/pangolin into dev

This commit is contained in:
Owen
2026-04-21 21:20:24 -07:00
17 changed files with 264 additions and 144 deletions

View File

@@ -381,7 +381,7 @@ export function startPingAccumulator(): void {
// Don't prevent the process from exiting
flushTimer.unref();
logger.info(
logger.debug(
`Ping accumulator started (flush interval: ${FLUSH_INTERVAL_MS}ms)`
);
}