bareos: master df2d2da1

Author Committer Branch Timestamp Parent
Sebastian Sura Sebastian Sura master 2023-08-22 07:28 master 49100020 Pending
Changeset backup: enable parallel compression

Instead of reading the file into the send buffer directly, we read it
into its own buffer that is shared with every worker thread. Then we
either compress the file data into the send buffer or just memcpy it
-- in case compression is not enabled -- in a worker thread.
mod - core/src/filed/backup.cc Diff File