bareos: master 39cfe8dd

Author Committer Branch Timestamp Parent
arogge_adm arogge_adm master 2019-07-03 12:21 master 247ae2df Pending
Changeset dird: improve write_findex() performance

Previously write_findex() used Bsnprintf() in each
loop iteration.
This patch now uses std::string and only appends
the whole text to the buffer after the loop has
finished.
mod - core/src/dird/bsr.cc Diff File