ci: make renderer instances in beta 2 (#8688)

This commit is contained in:
liuyi
2024-11-04 17:19:26 +08:00
committed by GitHub
parent 7b66e51099
commit d35a9cff95

View File

@@ -51,7 +51,7 @@ const replicaConfig = {
web: 2, web: 2,
graphql: Number(process.env.BETA_GRAPHQL_REPLICA) || 2, graphql: Number(process.env.BETA_GRAPHQL_REPLICA) || 2,
sync: Number(process.env.BETA_SYNC_REPLICA) || 2, sync: Number(process.env.BETA_SYNC_REPLICA) || 2,
renderer: Number(process.env.BETA_RENDERER_REPLICA) || 3, renderer: Number(process.env.BETA_RENDERER_REPLICA) || 2,
}, },
canary: { canary: {
web: 2, web: 2,