Skip to content

Commit 3d2a259

Browse files
committed
update cnofigs
[ci] Signed-off-by: Moritz Kiefer <[email protected]>
1 parent e2e04af commit 3d2a259

File tree

7 files changed

+1
-17
lines changed

7 files changed

+1
-17
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ _mediator_template {
1414
# ref: https://github.com/DACH-NY/canton/issues/16371#issuecomment-1885005687
1515
time-tracker.min-observation-duration = 10s
1616
sequencer-client {
17-
use-new-connection-pool = true
1817
enable-amplification-improvements = true
1918
}
2019
topology.validate-initial-topology-snapshot = false

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ _participant_template {
4444
sequencer-client {
4545
# Use a higher number of in flight batches to increase throughput
4646
maximum-in-flight-event-batches = 50
47-
use-new-connection-pool = true
4847
enable-amplification-improvements = true
4948
}
5049

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ _sequencer_reference_template {
2222
generate-topology-transactions-and-keys = false
2323
identity.type = manual
2424
}
25-
sequencer-client {
26-
use-new-connection-pool = true
27-
}
2825
parameters {
2926
batching.max-pruning-time-interval = "10 minutes"
3027
}

apps/app/src/test/resources/local-sv-node/canton-participant/canton.conf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ canton {
2525
}
2626
}
2727

28-
sequencer-client {
29-
use-new-connection-pool = true
30-
}
31-
3228
ledger-api {
3329
address = "0.0.0.0"
3430
port = 9101

apps/app/src/test/resources/local-validator-node/canton-participant/canton.conf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ canton {
2525
}
2626
}
2727

28-
sequencer-client {
29-
use-new-connection-pool = true
30-
}
31-
3228
ledger-api {
3329
address = "0.0.0.0"
3430
port = 9201

apps/app/src/test/scala/org/lfdecentralizedtrust/splice/integration/tests/WalletSurviveCantonRestartIntegrationTest.scala

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,7 @@ class WalletSurviveCantonRestartIntegrationTest
6060
Seq(
6161
testResourcesPath / "standalone-participant-extra.conf"
6262
),
63-
Seq(
64-
"canton.participants.extraStandaloneParticipant.sequencer-client.use-new-connection-pool=true"
65-
),
63+
Seq.empty,
6664
"wallet-survive-canton-restarts-2",
6765
"EXTRA_PARTICIPANT_ADMIN_USER" -> aliceValidatorLocalBackend.config.ledgerApiUser,
6866
"EXTRA_PARTICIPANT_DB" -> dbName,

cluster/images/multi-participant/pre-bootstrap.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ canton.participants.participant_$index = {
2929
acknowledgement-interval = 10m
3030
# Use a higher number of in flight batches to increase throughput
3131
maximum-in-flight-event-batches = 50
32-
use-new-connection-pool = false
3332
enable-amplification-improvements = true
3433
}
3534

0 commit comments

Comments
 (0)