Skip to content

Commit

Permalink
feat: keep modal warm
Browse files Browse the repository at this point in the history
  • Loading branch information
Bisht13 committed Sep 30, 2024
1 parent 84eb78e commit d49b16b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/prover/modal_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
cpu=16,
gpu="any",
secrets=[modal.Secret.from_name("gc-ether-email-auth-prover")],
keep_warm=True
)
@modal.wsgi_app()
def flask_app():
Expand Down

0 comments on commit d49b16b

Please sign in to comment.