Skip to content

Commit 9eba43f

Browse files
authored
try fix
1 parent b5f0596 commit 9eba43f

File tree

1 file changed

+1
-1
lines changed
  • frameworks/Python/blacksheep

1 file changed

+1
-1
lines changed

frameworks/Python/blacksheep/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
READ_ROW_SQL = 'SELECT "id", "randomnumber" FROM "world" WHERE id = $1'
1717
WRITE_ROW_SQL = 'UPDATE "world" SET "randomnumber"=$1 WHERE id=$2'
1818
ADDITIONAL_ROW = [0, "Additional fortune added at request time."]
19-
MAX_CONNECTIONS = 1900
19+
MAX_CONNECTIONS = 1200
2020
CORE_COUNT = multiprocessing.cpu_count()
2121
WORKER_PROCESSES = CORE_COUNT
2222
MAX_POOL_SIZE = max(1, MAX_CONNECTIONS // WORKER_PROCESSES)

0 commit comments

Comments
 (0)