feat(backend): add age condition for state versions retention
Closes #59
This commit is contained in:
parent
5d7b540718
commit
0a63e1f593
3 changed files with 32 additions and 20 deletions
|
@ -36,6 +36,8 @@ func TestMain(m *testing.M) {
|
|||
return "a528D1m9q3IZxLinSmHmeKxrx3Pmm7GQ3nBzIDxjr0A="
|
||||
case "TFSTATED_VERSIONS_HISTORY_LIMIT":
|
||||
return "3"
|
||||
case "TFSTATED_VERSIONS_HISTORY_MINIMUM_DAYS":
|
||||
return "0"
|
||||
default:
|
||||
return ""
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue