At what interval does MongoDB write updates to the disk?

Technology CommunityCategory: MongoDBAt what interval does MongoDB write updates to the disk?
VietMX Staff asked 3 years ago

By default configuration, MongoDB writes updates to the disk every 60 seconds. However, this is configurable with the commitIntervalMs and syncPeriodSecs options.