Skip to content

Commit

Permalink
chore: increase backend providers for mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
bernokl committed Aug 26, 2024
1 parent 92ea4d9 commit 3a155ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nix/cardano-services/deployments/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ in
providers = {
backend = {
enabled = true;
replicas = 2;
replicas = 4;
env.NODE_ENV = "production";
};
stake-pool-provider = {
Expand Down Expand Up @@ -489,7 +489,7 @@ in
providers = {
backend = {
enabled = true;
replicas = 2;
replicas = 4;
env.NODE_ENV = "production";
};
stake-pool-provider = {
Expand Down

0 comments on commit 3a155ec

Please sign in to comment.