Skip to content

Commit 82e9176

Browse files
committed
Turn off fallbackEnabled by default
1 parent d8baf34 commit 82e9176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pbm/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ func (cfg *RestoreConf) GetFallbackEnabled() bool {
396396
if cfg != nil && cfg.FallbackEnabled != nil {
397397
return *cfg.FallbackEnabled
398398
}
399-
return true
399+
return false
400400
}
401401

402402
// GetAllowPartlyDone gets config's or default value for allowPartlyDone

0 commit comments

Comments
 (0)