You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .rr.yaml
+6-6
Original file line number
Diff line number
Diff line change
@@ -371,8 +371,8 @@ kv:
371
371
file: "rr.db"
372
372
# Access permission for the DB file.
373
373
#
374
-
# Default: "0777"
375
-
permissions: 0777
374
+
# Default: "0755"
375
+
permissions: 0755
376
376
# TTL keys check interval in seconds. It's safe to use 1 second here, but can be a little costly to performance.
377
377
#
378
378
# Default: "60" seconds
@@ -1387,8 +1387,8 @@ jobs:
1387
1387
1388
1388
# Permissions for the boltdb database file
1389
1389
#
1390
-
# This option is optional. Default: 0777
1391
-
permissions: 0777
1390
+
# This option is optional. Default: 0755
1391
+
permissions: 0755
1392
1392
1393
1393
test-local-2:
1394
1394
# Driver name
@@ -1429,12 +1429,12 @@ jobs:
1429
1429
# Auto-delete (exchange is deleted when last queue is unbound from it): https://www.rabbitmq.com/tutorials/amqp-concepts.html#exchanges
1430
1430
#
1431
1431
# Default: false
1432
-
exchange_auto_deleted: false
1432
+
exchange_auto_delete: false
1433
1433
1434
1434
# Auto-delete (queue that has had at least one consumer is deleted when last consumer unsubscribes) (rabbitmq option: https://www.rabbitmq.com/queues.html#properties)
0 commit comments