Skip to content

Commit

Permalink
refactor(Config): change thread count to 1 for sqlite
Browse files Browse the repository at this point in the history
Closes #116
  • Loading branch information
cooldogedev authored Jan 2, 2024
1 parent 62e8d08 commit 184b5de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ currency:
database:
# The database provider, mysql or sqlite
provider: sqlite
# Number of threads to use for the database query processing, 2 is recommended
threads: 2
# Number of threads to use for the database query processing, recommended values are 2 for mysql and 1 for sqlite
threads: 1

# The database connection information
mysql:
Expand Down

0 comments on commit 184b5de

Please sign in to comment.