Open psykzz opened 4 months ago
Wipe detection currently keeps the entire map in memory, increase cost for a check. Im wondering if possible we can reduce our footprint by disabling this feature.
Or simply save the map, then whenever we lose connection to the server and reconnect we load the map and do the comparison.
Wipe detection currently keeps the entire map in memory, increase cost for a check. Im wondering if possible we can reduce our footprint by disabling this feature.