mirror of
https://github.com/RGBCube/ncc
synced 2025-07-31 20:17:45 +00:00
Use sqlite history
This commit is contained in:
parent
d5b1e40d7d
commit
1688ab49fe
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ $env.config.explore = {
|
||||||
}
|
}
|
||||||
|
|
||||||
$env.config.history = {
|
$env.config.history = {
|
||||||
file_format: plaintext
|
file_format: sqlite
|
||||||
isolation: false
|
isolation: false
|
||||||
max_size: 100_000
|
max_size: 100_000
|
||||||
sync_on_enter: true
|
sync_on_enter: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue