* Fixed config defaults

This commit is contained in:
Daniel Legt 2024-01-21 21:43:24 +02:00
parent f3905bb822
commit 2776ad8e52
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ type DHConfig struct {
func GetConfiguration() DHConfig {
config := DHConfig{
DiskFetchFrequency: 5,
CleanupServiceFrequency: 60,
CleanupServiceFrequency: 3600,
MaxHistoryAge: 2592000,
DatabaseFilePath: "./data.sqlite",
IdentityUsername: "admin",