fix(delivery): prevent throttle reset timer from firing after stop and avoid scheduling duplicate timers

This commit is contained in:
2026-02-26 16:58:06 +00:00
parent cda2c06087
commit 71a0ec3202
3 changed files with 21 additions and 3 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartmta',
version: '5.2.2',
version: '5.2.3',
description: 'A high-performance, enterprise-grade Mail Transfer Agent (MTA) built from scratch in TypeScript with Rust acceleration.'
}