Skip to content

Commit

Permalink
Add: Add poolsize in order to prevent database pool init error
Browse files Browse the repository at this point in the history
Signed-off-by: Sören Langenberg <[email protected]>
  • Loading branch information
soelangen authored and slp committed Nov 20, 2024
1 parent d37fa61 commit 417f472
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rocket.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ limits = { json = "10MiB" }
[default.databases.diesel]
url = "db/diesel/db.sqlite"
timeout = 10
pool_size = 10

0 comments on commit 417f472

Please sign in to comment.