Skip to content

Commit

Permalink
signed off by [email protected] (#3677)
Browse files Browse the repository at this point in the history
Signed-off-by: frankleaf <[email protected]>
  • Loading branch information
frankleaf authored Jan 3, 2024
1 parent f177714 commit d489193
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/ddc/jindocache/transform.go
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ func (e *JindoCacheEngine) transformWorker(runtime *datav1alpha1.JindoRuntime, d

properties := map[string]string{
"storage.cluster.id": "local",
"storage.compaction.enable": "true",
"storage.compaction.enable": "false",
"storage.compaction.period.minute": "2",
"storage.maintainence.period.minute": "2",
"storage.compaction.threshold": "16",
Expand Down
2 changes: 1 addition & 1 deletion pkg/ddc/jindofsx/transform.go
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ func (e *JindoFSxEngine) transformWorker(runtime *datav1alpha1.JindoRuntime, dat

properties := map[string]string{
"storage.cluster.id": "local",
"storage.compaction.enable": "true",
"storage.compaction.enable": "false",
"storage.compaction.period.minute": "2",
"storage.maintainence.period.minute": "2",
"storage.compaction.threshold": "16",
Expand Down

0 comments on commit d489193

Please sign in to comment.