mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
cleanup expired history records in the history constructor
This commit is contained in:
parent
313c6b6db5
commit
704a534401
2 changed files with 13 additions and 2 deletions
|
|
@ -86,8 +86,7 @@
|
|||
},
|
||||
"database":
|
||||
{
|
||||
"enabled":true,
|
||||
"timeout":null
|
||||
"enabled":true
|
||||
}
|
||||
},
|
||||
"progressbar":
|
||||
|
|
@ -178,6 +177,10 @@
|
|||
{
|
||||
"enabled":true,
|
||||
"label":"History",
|
||||
"clean":
|
||||
{
|
||||
"timeout":null
|
||||
},
|
||||
"time":
|
||||
{
|
||||
"format":"c"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue