Skip to content

Commit 8330aba

Browse files
committed
chore: disable accelerator sanchonet
1 parent 14310c2 commit 8330aba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/cardano-services/deployments/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ in
269269
};
270270

271271
values = {
272-
useAccelerator = true;
272+
useAccelerator = false;
273273
ws-server.enabled = true;
274274
stakepool.databaseName = "stakepoolv2";
275275
backend.allowedOrigins = lib.concatStringsSep "," allowedOriginsDev;

0 commit comments

Comments
 (0)