Commit Graph

8 Commits (8701443f0f99d72855d143fecf1a1a217e7101aa)

Author SHA1 Message Date
ansuz 9e1d82f373 move archive deletion out of the main eviction script
ansuz faa7ebf399 Fix some bugs with integrated eviction
1. implement SET_LAST_EVICTION as an admin command, not a decree
2. expect a return value from Env.evictInactive and expose it via Env.evictionReport
ansuz ac322c8e82 make the eviction script call back with accumulated statistics
ansuz a29c5641b8 introduce some artificial delays in the eviction script
...and reduce the margin of error in its bloom filters
ansuz f2ec9cbe33 load premium and customLimits to avoid evicting them even if inactive
ansuz 04d1bc9cd7 archive inactive data in one of the server's workers
ansuz 6ada5fd751 always consider premium accounts to be active
ansuz 5358fab615 more WIP inactive account eviction