We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e9c4d2 commit 5428a36Copy full SHA for 5428a36
frameworks/Python/blacksheep/app.py
@@ -22,7 +22,6 @@
22
MAX_POOL_SIZE = max(1, MAX_CONNECTIONS // WORKER_PROCESSES)
23
MIN_POOL_SIZE = max(1, MAX_POOL_SIZE // 2)
24
db_pool = None
25
-key = itemgetter(1)
26
27
async def setup_db(app):
28
global db_pool
0 commit comments