diff options
Diffstat (limited to 'tests/plugins/jobs/boltdb/.rr-no-global.yaml')
-rw-r--r-- | tests/plugins/jobs/boltdb/.rr-no-global.yaml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/plugins/jobs/boltdb/.rr-no-global.yaml b/tests/plugins/jobs/boltdb/.rr-no-global.yaml index 1c09bef9..54aaf3c6 100644 --- a/tests/plugins/jobs/boltdb/.rr-no-global.yaml +++ b/tests/plugins/jobs/boltdb/.rr-no-global.yaml @@ -26,15 +26,15 @@ jobs: pipelines: test-1: driver: boltdb - prefetch: 100 - file: "rr1.db" - priority: 1 + prefetch: 100 + file: "rr1.db" + priority: 1 test-2: driver: boltdb - prefetch: 100 - file: "rr2.db" - priority: 1 + prefetch: 100 + file: "rr2.db" + priority: 1 # list of pipelines to be consumed by the server, keep empty if you want to start consuming manually consume: [ "test-1", "test-2" ] |