Skip to content

Commit 35ff546

Browse files
moflotaseguguchkin
andauthored
fix: update .frac-cache file permissions (#206)
Co-authored-by: Che <107068454+eguguchkin@users.noreply.github.com>
1 parent 0af34fe commit 35ff546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fracmanager/frac_info_cache.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
"github.com/ozontech/seq-db/logger"
1515
)
1616

17-
const defaultFilePermission = 0o660
17+
const defaultFilePermission = 0o664
1818

1919
type fracInfoCache struct {
2020
dataDir string

0 commit comments

Comments
 (0)