Files
Erupe/server
Houmgaor 9da467e00f perf(channelserver): use package-level map for ignored opcodes
The ignored() function is called on every packet when debug logging
is enabled. It was rebuilding a slice and map from scratch each time.
Move to a package-level map initialized once at startup.
2026-02-21 13:42:33 +01:00
..