Skip to content

Commit

Permalink
Use WAL journal mode
Browse files Browse the repository at this point in the history
  • Loading branch information
defunctzombie committed Nov 30, 2022
1 parent 02e4833 commit 2df10ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/edge-site/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
key: token
optional: false
- name: DATABASE_CONNECTION_STRING
value: sqlite://file:/data/edge_storage_root/foxglove.db
value: sqlite://file:/data/edge_storage_root/foxglove.db?_journal_mode=WAL
- name: STORAGE_ROOT
value: /data/edge_storage_root
- name: FOXGLOVE_API_URL
Expand Down

0 comments on commit 2df10ab

Please sign in to comment.