Files
cgm-remote-monitor/lib
Ben West 9318a577b5 refactor: use insertMany/bulkWrite for batch MongoDB operations
- devicestatus.js: Replace async.eachSeries + insertOne with insertMany
- entries.js: Replace forEach + updateOne with bulkWrite
- treatments.js: Replace async.eachSeries + replaceOne with bulkWrite
  (preserves sequential fallback for preBolus treatments)

This improves performance for batch inserts and aligns with MongoDB
best practices per data-shape-requirements.md recommendations.
2026-01-19 13:49:36 -08:00
..
2023-06-28 14:32:55 +03:00
2023-01-27 08:07:29 -08:00
2021-02-18 18:10:50 +02:00
2020-01-06 11:08:05 +02:00
2023-09-13 23:20:02 +03:00