We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88d112e commit 1c18205Copy full SHA for 1c18205
.rr.yaml
@@ -371,8 +371,8 @@ kv:
371
file: "rr.db"
372
# Access permission for the DB file.
373
#
374
- # Default: "0777"
375
- permissions: 0777
+ # Default: "0755"
+ permissions: 0755
376
# TTL keys check interval in seconds. It's safe to use 1 second here, but can be a little costly to performance.
377
378
# Default: "60" seconds
@@ -1387,8 +1387,8 @@ jobs:
1387
1388
# Permissions for the boltdb database file
1389
1390
- # This option is optional. Default: 0777
1391
+ # This option is optional. Default: 0755
1392
1393
test-local-2:
1394
# Driver name
0 commit comments