lib/config: Remove deprecated pending entries from config (ref #6443) (#7204)

This commit is contained in:
Simon Frei
2020-12-17 22:49:29 +01:00
committed by GitHub
parent 7502997e7e
commit 739e99c4d9
2 changed files with 12 additions and 4 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ import (
const (
OldestHandledVersion = 10
CurrentVersion = 32
CurrentVersion = 33
MaxRescanIntervalS = 365 * 24 * 60 * 60
)