mirror of
https://github.com/kemko/nomad.git
synced 2026-01-03 00:45:43 +03:00
Fixes #9047, see problem details there. As a solution, we use BoltDB's 'Batch' mode that combines multiple parallel writes into small number of transactions. See https://github.com/boltdb/bolt#batch-read-write-transactions for more information.