Hi,
mongoDB idle connection timeout setting at DB level ?
As at version 3.2, MongoDB does not support idle connection timeout at DB level. You can find all available options in Configuration File Options.
On the other hand, MongoDB supports idle connection timeout on a client basis, please refer to ‘maxIdleTimeMS’ on Connection String URI Format. Please also note that this option is not supported by all drivers and you should check relevant driver’s manual.
Regards,
Lungang