nsqio / go-diskqueue

A Go package providing a filesystem-backed FIFO queue
MIT License
464 stars 103 forks source link

switch to next file before maxBytesPerFile is reached #34

Closed ploxiln closed 3 years ago

ploxiln commented 3 years ago

rather than switching after maxBytesPerFile is reached

fixes https://github.com/nsqio/go-diskqueue/issues/30

mreiferson commented 3 years ago

rebase, see if we get an Actions build?

ploxiln commented 3 years ago

rebased

ploxiln commented 3 years ago

Thanks for the review!