Skip to content

Commit

Permalink
fix: increase memory in initEmptyWaitingQueueForCircuit
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoSerranoP committed Nov 26, 2024
1 parent c5bd5d3 commit 40b9b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/src/functions/ceremony.ts
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ export const setupCeremony = functions
export const initEmptyWaitingQueueForCircuit = functions
.region("europe-west1")
.runWith({
memory: "512MB"
memory: "1GB"
})
.firestore.document(
`/${commonTerms.collections.ceremonies.name}/{ceremony}/${commonTerms.collections.circuits.name}/{circuit}`
Expand Down

0 comments on commit 40b9b6e

Please sign in to comment.