mongodb-erlang icon indicating copy to clipboard operation
mongodb-erlang copied to clipboard

SDAM specification violation

Open chowevtfy opened this issue 8 years ago • 1 comments

Noticed a spec violation while reading through the source:

https://github.com/comtihon/mongodb-erlang/blob/master/src/mongoc/mc_monitor.erl#L63 -

This line violates the following part of the spec ("This value MUST be 500 ms, and it MUST NOT be configurable"):

https://github.com/mongodb/specifications/blob/master/source/server-discovery-and-monitoring/server-discovery-and-monitoring.rst#minheartbeatfrequencyms

chowevtfy avatar Aug 09 '16 20:08 chowevtfy

Yes, got it. I'll fix.

comtihon avatar Aug 10 '16 07:08 comtihon