mirror of https://github.com/grafana/grafana
Database: Adds support for enable/disable SQLite Write-Ahead Logging (WAL) via configuration (#58268)
Adds support for enable/disable SQLite Write-Ahead Logging (WAL) via configuration. Enables SQLite WAL for E2E tests.pull/58860/head
parent
df27164b8e
commit
79f1a7a4fd
@ -1,2 +1,6 @@ |
||||
[feature_toggles] |
||||
enable = publicDashboards |
||||
|
||||
[database] |
||||
type=sqlite3 |
||||
wal=true |
||||
|
||||
Loading…
Reference in new issue