Skip to content

Commit

Permalink
Update covid_datasette.py with concurrent inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
ekzhang authored Nov 22, 2023
1 parent 37f9650 commit cffd905
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 10_integrations/covid_datasette.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ def refresh_db():
@stub.function(
image=datasette_image,
volumes={VOLUME_DIR: volume},
allow_concurrent_inputs=16,
)
@asgi_app()
def app():
Expand Down

0 comments on commit cffd905

Please sign in to comment.