eladmarg commented on issue #933:
URL: https://github.com/apache/lucenenet/issues/933#issuecomment-2016571061

   @AddictedCS - i agree with you totally, 
   what i meant is that even if you calling 1000 times per second to 
MaybeRefresh() (which is exactly soft commit)
   the library shouldn't call fsync so much (fsync is hard commit)
   
   hence, should be a debounce mechanism on the library which somehow isn't 
happening.
   
   of course this is another discussion and isn't related to this netcore 
framework bug which shouldn't happen in the first place.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to