diff --git a/src/bees.h b/src/bees.h index 1764a24..fa36475 100644 --- a/src/bees.h +++ b/src/bees.h @@ -604,7 +604,7 @@ public: void set_workaround_btrfs_send(bool do_avoid); private: - ScanMode m_scan_mode = SCAN_MODE_INDEPENDENT; + ScanMode m_scan_mode = SCAN_MODE_COUNT; // must be set static string scan_mode_ntoa(ScanMode new_mode); };