Files
Erupe/server/channelserver
Houmgaor 99e544e0cf perf(channelserver): move UserBinary and minidata to memory-only
UserBinary type1-5 and EnhancedMinidata are transient session state
resent by the client on every login. Persisting them to the DB on
every set was unnecessary I/O. Both are now served exclusively from
server-scoped in-memory maps (userBinaryParts, minidataParts).

Includes a schema migration to drop the now-unused type2/type3
columns from user_binary and minidata column from characters.

Ref #158
2026-02-19 00:05:20 +01:00
..
2024-03-15 00:54:18 +00:00
2022-07-29 03:25:23 +10:00
2022-07-29 03:25:23 +10:00
2022-07-29 03:25:23 +10:00
2024-11-09 18:20:49 +11:00