Skip to content

Commit 1653bc6

Browse files
committed
Fix firebase error
1 parent d3d2d31 commit 1653bc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serverless/functions/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def parse(qn):
103103
return None
104104

105105

106-
@https_fn.on_request()
106+
@https_fn.on_request(max_instances=10)
107107
def addmessage(req: https_fn.Request) -> https_fn.Response:
108108
if req.headers.get("PASSWORD_HEADER") != PASSWORD_HEADER:
109109
return https_fn.Response(status=403)

0 commit comments

Comments
 (0)