Skip to content

Commit 54e2014

Browse files
authored
Merge pull request #1446 from input-output-hk/increase_mainnet_backends
chore: increase backend providers for mainnet
2 parents 8bf0d2a + 3a155ec commit 54e2014

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nix/cardano-services/deployments/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ in
443443
providers = {
444444
backend = {
445445
enabled = true;
446-
replicas = 2;
446+
replicas = 4;
447447
env.NODE_ENV = "production";
448448
};
449449
stake-pool-provider = {
@@ -503,7 +503,7 @@ in
503503
providers = {
504504
backend = {
505505
enabled = true;
506-
replicas = 2;
506+
replicas = 4;
507507
env.NODE_ENV = "production";
508508
};
509509
stake-pool-provider = {

0 commit comments

Comments
 (0)