support to syncfs after pull by using diff plugin

Signed-off-by: ningmingxiao <ning.mingxiao@zte.com.cn>
This commit is contained in:
ningmingxiao
2024-05-29 21:52:58 +08:00
parent 7a804489fd
commit 0e4f2108b5
3 changed files with 14 additions and 3 deletions

View File

@@ -19,5 +19,6 @@
package diff
var defaultDifferConfig = &config{
Order: []string{"walking"},
Order: []string{"walking"},
SyncFs: false,
}