Skip to content

Commit

Permalink
fix: disable scp checksum by default (labring#3913)
Browse files Browse the repository at this point in the history
  • Loading branch information
fengxsong authored and bxy4543 committed Oct 13, 2023
1 parent e77e8b9 commit f7fb036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/system/env.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ var configOptions = []ConfigOption{
{
Key: ScpChecksumConfigKey,
Description: "whether to check the md5sum value is consistent during the copy process.",
DefaultValue: "true",
DefaultValue: "false",
},
{
Key: ContainerStorageConfEnvKey,
Expand Down

0 comments on commit f7fb036

Please sign in to comment.