Skip to content

Commit d851cbd

Browse files
authored
Merge branch 'main' into staging
2 parents 93ffcf1 + 5009897 commit d851cbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/apps/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
)
2525

2626

27-
@app.cls(cpu=2.0, memory=2048, timeout=120)
27+
@app.cls(cpu=2.0, memory=2048, timeout=120, scaledown_window=180)
2828
class Server(ServerService):
2929
"""Server with ASGI app for production deployment."""
3030

0 commit comments

Comments
 (0)