यह वर्तमान में rs.reconfig()
. फ़ंक्शन का उपयोग करके संभव है संस्करण 3.0 के बाद। या कमांड replSetGetConfig.settings.heartbeatTimeoutSecs।
https://docs.mongodb.org/ v3.0/reference/method/rs.reconfig/#rs.reconfig
https://docs.mongodb.org/v3. 0/reference/command/replSetGetConfig/#dbcmd.replSetGetConfig
आप httpinterface में देख सकते हैं:
mongohost:mongoport/replSetGetConfig?text=1
सेटिंग्स के तहत सेकंड में दिल की धड़कन का समय समाप्त होने में कितना समय लगता है
"settings" : { "chainingAllowed" : true,
"heartbeatTimeoutSecs" : 10,
"getLastErrorModes" : {},
"getLastErrorDefaults" : { "w" : 1,
"wtimeout" : 0 } } }