clj-commons / durable-queue

a disk-backed queue for clojure
Eclipse Public License 1.0
384 stars 31 forks source link

Drop slab data on initialization that does not fit #19

Open sundbry opened 6 years ago

sundbry commented 6 years ago

An imperfect solution to issue #18, but better than application failure.

It looks like a significant effort to re-design the program to prevent the slab files from overflowing in the first place.