[Triage] Allow changing SQLite journal mode (#145)

* Adds ability to configure journal mode for SQLite

* docs

* docs
This commit is contained in:
Kieran
2024-03-28 20:10:27 -07:00
committed by GitHub
parent 964ab2f89b
commit edb12b088f
5 changed files with 27 additions and 19 deletions
+4
View File
@@ -25,6 +25,10 @@ config :pinchflat,
expose_feed_endpoints: false,
file_watcher_poll_interval: 1000
config :pinchflat, Pinchflat.Repo,
journal_mode: :wal,
pool_size: 5
# Configures the endpoint
config :pinchflat, PinchflatWeb.Endpoint,
url: [host: "localhost", port: 8945],