File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100100 - name : Start development server proxy
101101 working-directory : plugin/runtime
102102 run : |
103- docker compose -f docker-compose-proxy.yml up
103+ docker compose -f docker-compose-proxy.yml up --detach --wait
104104 - name : Run UI tests proxy
105105 working-directory : plugin/e2e
106106 run : npx playwright test -c playwright.config.proxy.js
Original file line number Diff line number Diff line change @@ -490,7 +490,7 @@ message_journal_dir = data/journal
490490# For a maximum of 12 hours or 5 GB whichever happens first.
491491# During normal operation the journal will be smaller.
492492#message_journal_max_age = 12h
493- # message_journal_max_size = 5gb
493+ message_journal_max_size = 2gb
494494
495495#message_journal_flush_age = 1m
496496#message_journal_flush_interval = 1000000
Original file line number Diff line number Diff line change @@ -490,7 +490,7 @@ message_journal_dir = data/journal
490490# For a maximum of 12 hours or 5 GB whichever happens first.
491491# During normal operation the journal will be smaller.
492492#message_journal_max_age = 12h
493- # message_journal_max_size = 5gb
493+ message_journal_max_size = 2gb
494494
495495#message_journal_flush_age = 1m
496496#message_journal_flush_interval = 1000000
You can’t perform that action at this time.
0 commit comments