Skip to content

Commit

Permalink
Fix settings import
Browse files Browse the repository at this point in the history
  • Loading branch information
alukach committed Sep 19, 2024
1 parent e20ce8e commit 602bfe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion space2stats_api/src/space2stats/api/handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

from mangum import Mangum

from ..settings import Settings
from .app import build_app
from .db import connect_to_db
from .settings import Settings

settings = Settings(DB_MAX_CONN_SIZE=1) # disable connection pooling
app = build_app(settings)
Expand Down

0 comments on commit 602bfe1

Please sign in to comment.