Need to make some cycles which checks from another thread for expired keys more like garbage collection for the database.
Cannot afford to delete keys at random times because the e2e will fail, so the cycle needs to be ran after each millisecond?
Too much CPU usage.
Need to make some cycles which checks from another thread for expired keys more like garbage collection for the database.
Cannot afford to delete keys at random times because the e2e will fail, so the cycle needs to be ran after each millisecond?
Too much CPU usage.