Điều này hiện có thể thực hiện được bằng cách sử dụng hàm rs.reconfig()
sau phiên bản 3.0. hoặc lệnh 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
Bạn có thể xem trong httpinterface:
mongohost:mongoport / replSetGetConfig? text =1
trong cài đặt, thời gian chờ của nhịp tim tính bằng giây là bao nhiêu giây
"settings" : { "chainingAllowed" : true,
"heartbeatTimeoutSecs" : 10,
"getLastErrorModes" : {},
"getLastErrorDefaults" : { "w" : 1,
"wtimeout" : 0 } } }