Questo è attualmente possibile usando la funzione rs.reconfig()
dopo le versioni 3.0. o il comando replSetGetConfig.settings.heartbeatTimeoutSecs.
https://docs.mongodb.org/ v3.0/reference/method/rs.reconfig/#rs.reconfig
https://docs.mongodb.org/v3. 0/riferimento/comando/replSetGetConfig/#dbcmd.replSetGetConfig
Puoi vedere nell'interfaccia http:
mongohost:mongoport/replSetGetConfig?text=1
in impostazioni quanto tempo è il timeout del battito cardiaco in secondi
"settings" : { "chainingAllowed" : true,
"heartbeatTimeoutSecs" : 10,
"getLastErrorModes" : {},
"getLastErrorDefaults" : { "w" : 1,
"wtimeout" : 0 } } }