Refactor and optimize live ban broadcasting:
- Add detection of new `BanEvent` history records via `findMaxId` to trigger live ban broadcast. - Consolidate and move `broadcastLiveBans` calls to ensure immediate updates in critical operations. - Adjust `refreshRate` in `BanServiceImpl` from 3s to 15s. - Remove redundant hostname broadcast logic in `HostnameResolverService`.
Loading
Please sign in to comment