mirror of
https://github.com/JustKato/drive-health.git
synced 2026-03-19 15:09:46 +02:00
* Fixed config defaults
This commit is contained in:
@@ -21,7 +21,7 @@ type DHConfig struct {
|
|||||||
func GetConfiguration() DHConfig {
|
func GetConfiguration() DHConfig {
|
||||||
config := DHConfig{
|
config := DHConfig{
|
||||||
DiskFetchFrequency: 5,
|
DiskFetchFrequency: 5,
|
||||||
CleanupServiceFrequency: 60,
|
CleanupServiceFrequency: 3600,
|
||||||
MaxHistoryAge: 2592000,
|
MaxHistoryAge: 2592000,
|
||||||
DatabaseFilePath: "./data.sqlite",
|
DatabaseFilePath: "./data.sqlite",
|
||||||
IdentityUsername: "admin",
|
IdentityUsername: "admin",
|
||||||
|
|||||||
Reference in New Issue
Block a user