bisync: fix data races on tests

This commit is contained in:
nielash
2025-08-17 20:16:46 -04:00
parent d91cbb2626
commit 269abb1aee
7 changed files with 48 additions and 26 deletions
-1
View File
@@ -20,7 +20,6 @@ func (b *bisyncRun) setResyncDefaults() {
}
if b.opt.ResyncMode != PreferNone {
b.opt.Resync = true
Opt.Resync = true // shouldn't be using this one, but set to be safe
}
// checks and warnings