Skip to content

Commit 1c18205

Browse files
authored
Update .rr.yaml
1 parent 88d112e commit 1c18205

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.rr.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -371,8 +371,8 @@ kv:
371371
file: "rr.db"
372372
# Access permission for the DB file.
373373
#
374-
# Default: "0777"
375-
permissions: 0777
374+
# Default: "0755"
375+
permissions: 0755
376376
# TTL keys check interval in seconds. It's safe to use 1 second here, but can be a little costly to performance.
377377
#
378378
# Default: "60" seconds
@@ -1387,8 +1387,8 @@ jobs:
13871387

13881388
# Permissions for the boltdb database file
13891389
#
1390-
# This option is optional. Default: 0777
1391-
permissions: 0777
1390+
# This option is optional. Default: 0755
1391+
permissions: 0755
13921392

13931393
test-local-2:
13941394
# Driver name

0 commit comments

Comments
 (0)