mongodb - latencySmoothFactor equivalence in mongo driver 2.12.0 -


the mongoenvironmentsetter#setlatencysmoothfactor method updates system property com.mongodb.latencysmoothfactor , isn't available since 2.12.0 ( related git hashes 0375c984fccf9cb0868b406c145f8fd3e263348c 1ae976fa2342cdddeade622f293dc3fccbb80a58). found following tickets related that:

but didn't find equivalence property. thoughts? steps in migration if application has configured property?

there no equivalent in 2.12, driver no longer performs smoothing of round-trip times. smoothing may added in future release, won't configurable. i'm not sure mongoenvironmentsetter is, assuming control, best option ignore property or remove it.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

c# - How do I get the Nth largest element from a list with duplicates, using LINQ? -

jsp - "Sending a redirect is forbidden after the response has been committed" in sendRedirect -