Skip to content

Commit 43ea3ec

Browse files
committed
Fix sequencer configuration
[ci] Signed-off-by: Moritz Kiefer <[email protected]>
1 parent 7b6998e commit 43ea3ec

File tree

3 files changed

+0
-15
lines changed

3 files changed

+0
-15
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,8 @@ _sequencer_reference_template {
3737
type = high-throughput
3838
// maximum memory the buffered events will occupy
3939
buffered-events-max-memory = 20MiB // higher value than default (2MiB) but smaller than prod to avoid excessive memory use in tests
40-
# enable https://github.com/DACH-NY/canton/pull/27661
41-
buffer-payloads = true
42-
buffer-events-with-payloads = false
4340
payload-queue-size = 2500
4441
}
45-
# enable https://github.com/DACH-NY/canton/pull/27679
46-
reader.use-recipients-table-for-reads = true
4742
}
4843
}
4944
storage = ${_shared.storage}

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,9 @@ canton {
7878
# maximum memory the buffered events will occupy
7979
buffered-events-max-memory = 200MiB // higher buffers for clients that have lagging subscriptions
8080
buffered-events-preload-batch-size = 1000 // increase the number of events we load in each query during startup to reduce startup time
81-
# enable https://github.com/DACH-NY/canton/pull/27661
82-
buffer-payloads = true
83-
buffer-events-with-payloads = false
8481
# higher size than the max pool size of cometbft
8582
payload-queue-size = 2500
8683
}
87-
# enable https://github.com/DACH-NY/canton/pull/27679
88-
reader.use-recipients-table-for-reads = true
8984
}
9085
config {
9186
cometbft-node-host = ${SEQUENCER_DRIVER_COMETBFT_HOST}

cluster/images/canton-sequencer/app.conf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,9 @@ canton {
7575
// maximum memory the buffered events will occupy
7676
buffered-events-max-memory = 200MiB // higher buffers for clients that have lagging subscriptions
7777
buffered-events-preload-batch-size = 1000 // increase the number of events we load in each query during startup to reduce startup time
78-
# enable https://github.com/DACH-NY/canton/pull/27661
79-
buffer-payloads = true
80-
buffer-events-with-payloads = false
8178
# increase payload queue size to have the same behavior as the cometbft sequencer
8279
payload-queue-size = 2500
8380
}
84-
# enable https://github.com/DACH-NY/canton/pull/27679
85-
reader.use-recipients-table-for-reads = true
8681
}
8782
config {
8883
storage = ${_storage}

0 commit comments

Comments
 (0)