Skip to content

Commit c65a905

Browse files
committed
Fix async writer parameter
[ci] Signed-off-by: Moritz Kiefer <[email protected]>
1 parent 43ea3ec commit c65a905

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

apps/app/src/test/resources/include/sequencers.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ _sequencer_reference_template {
2626
use-new-connection-pool = false
2727
}
2828
sequencer {
29-
parameters.async-writer.enabled = true
3029
config {
3130
storage = ${_shared.storage}
3231
storage.config.properties.databaseName = "sequencer_driver"

cluster/images/canton-cometbft-sequencer/app.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ canton {
7171
time-tracker.min-observation-duration = 30m
7272

7373
sequencer {
74-
parameters.async-writer.enabled = true
7574
block {
7675
writer {
7776
type = high-throughput

cluster/images/canton-sequencer/app.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ canton {
6868
time-tracker.min-observation-duration = 30m
6969

7070
sequencer {
71-
parameters.async-writer.enabled = true
7271
block {
7372
writer {
7473
type = high-throughput

0 commit comments

Comments
 (0)