alexemanuelol / rustplusplus

A NodeJS Discord Bot that uses the rustplus.js library to utilize the power of the Rust+ Companion App with additional Quality-of-Life features.
GNU General Public License v3.0
213 stars 100 forks source link

optionally disable wipe detection #334

Open psykzz opened 4 months ago

psykzz commented 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.

alexemanuelol commented 3 months ago

Or simply save the map, then whenever we lose connection to the server and reconnect we load the map and do the comparison.