mirror of
https://github.com/JustKato/drive-health.git
synced 2026-02-27 06:17:00 +02:00
* Fixed config defaults
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user