[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 15:10:27 -07:00
committed by GitHub
parent c3f49184b5
commit 6a02f217e3
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],