mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-25 22:38:56 +08:00
ci: wrong replica config for stable
This commit is contained in:
@@ -41,7 +41,7 @@ const isBeta = buildType === 'beta';
|
|||||||
const isInternal = buildType === 'internal';
|
const isInternal = buildType === 'internal';
|
||||||
|
|
||||||
const replicaConfig = {
|
const replicaConfig = {
|
||||||
production: {
|
stable: {
|
||||||
web: 3,
|
web: 3,
|
||||||
graphql: Number(process.env.PRODUCTION_GRAPHQL_REPLICA) || 3,
|
graphql: Number(process.env.PRODUCTION_GRAPHQL_REPLICA) || 3,
|
||||||
sync: Number(process.env.PRODUCTION_SYNC_REPLICA) || 3,
|
sync: Number(process.env.PRODUCTION_SYNC_REPLICA) || 3,
|
||||||
|
|||||||
Reference in New Issue
Block a user