yowcow / goromdb

Yet another single process KVS server implemented over file-based database
The Unlicense
12 stars 5 forks source link

Prioritize watcher watching file over a file already in storage directory #78

Closed yowcow closed 6 years ago

yowcow commented 6 years ago

A file in watcher's directory should be prioritized when booting with both a new file in watching directory and a old file in storage directory.

yowcow commented 6 years ago

should update current directory index here

yowcow commented 6 years ago

should restore curindex and previndex based on found directory so that CleanUp() works