Skip to content

Commit 3a155ec

Browse files
committed
chore: increase backend providers for mainnet
1 parent 92ea4d9 commit 3a155ec

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
@@ -430,7 +430,7 @@ in
430430
providers = {
431431
backend = {
432432
enabled = true;
433-
replicas = 2;
433+
replicas = 4;
434434
env.NODE_ENV = "production";
435435
};
436436
stake-pool-provider = {
@@ -489,7 +489,7 @@ in
489489
providers = {
490490
backend = {
491491
enabled = true;
492-
replicas = 2;
492+
replicas = 4;
493493
env.NODE_ENV = "production";
494494
};
495495
stake-pool-provider = {

0 commit comments

Comments
 (0)