fix (switch to sqlite agian)

This commit is contained in:
Schrottkatze 2025-01-03 17:25:53 +01:00
parent 879c0f9823
commit 6bacec4c84
No known key found for this signature in database

View file

@ -73,6 +73,7 @@ $env.config = {
}
history: {
file_format: sqlite,
max_size: 1_000_000_000 # Session has to be reloaded for this to take effect
isolation: false
}