Link Map structure rewrite
Xithrius opened this issue · comments
Xithrius commented
Instead of each server having specific converters, have a global list of converters, and then for each server have a list ones are enabled for it.
Caching should also be done (redis?) such that instead of having to do IO reads on disk for every time we want to see if a server has any converters/channels, a list would be kept in memory for which servers have any converter channels so that database operations can be done from there after said check.
Xithrius commented
Caching will be done another time. For now, the implementation of the link maps will be rewritten.