diff options
author | Valery Piashchynski <[email protected]> | 2023-11-06 14:27:50 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2023-11-06 14:27:50 +0100 |
commit | 1c1820547a9f99802bd4144c569ec5b51fd5e041 (patch) | |
tree | 2084cfc5ac9e990582cad366053464eaa65e885c /.rr.yaml | |
parent | 88d112ef8060f38ddf39e78706e5c9161743834f (diff) |
Update .rr.yaml
Diffstat (limited to '.rr.yaml')
-rw-r--r-- | .rr.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -371,8 +371,8 @@ kv: file: "rr.db" # Access permission for the DB file. # - # Default: "0777" - permissions: 0777 + # Default: "0755" + permissions: 0755 # TTL keys check interval in seconds. It's safe to use 1 second here, but can be a little costly to performance. # # Default: "60" seconds @@ -1387,8 +1387,8 @@ jobs: # Permissions for the boltdb database file # - # This option is optional. Default: 0777 - permissions: 0777 + # This option is optional. Default: 0755 + permissions: 0755 test-local-2: # Driver name |