reload entity store after fs sync
823758Dec 14 2010 — edited Dec 17 2010I'm trying to sync a brekelyDB entity store through http, meaning, I use get requests with range to read only that data that changed.
One problem I have is that after writing the segment that changed, I cannot get brekely to re-read the log file to find the changes made to fs and use them.
how can I do that?