DROP_OLDEST

Drop the oldest value in the buffer on overflow, add the new value to the buffer, do not suspend.

Use this in scenarios when only the last few values are important and skipping the processing of severely outdated ones is desirable.