wait for first pass to complete before second pass
authorJoey Hess <joeyh@joeyh.name>
Thu, 24 Sep 2020 18:23:25 +0000 (14:23 -0400)
committerJoey Hess <joeyh@joeyh.name>
Thu, 24 Sep 2020 18:23:25 +0000 (14:23 -0400)
commitb45b37b088e7b7aef847e40b4b4ae6a417926efd
treeda9336511334a538abdbb82b4d460ea19f6409f2
parent167da965b955c75796797bc8e07dcd157e67ac82
wait for first pass to complete before second pass

Otherwise the bloom filter may not be fully populated when the second
pass starts, which could have led to incorrect behavior with --all -J,
probably in very rare circumstances.
Command/Sync.hs