This commit is contained in:
Daniel Legt 2024-01-20 01:29:57 +02:00
parent 81ca5ddf28
commit 4352c398c1
4 changed files with 4 additions and 1 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
snapshots.dat

View File

@ -12,7 +12,7 @@ func GetConfiguration() DHConfig {
return DHConfig{ return DHConfig{
DiskFetchFrequency: 5, DiskFetchFrequency: 5,
MemoryDumpFrequency: 36, MemoryDumpFrequency: 16,
MaxHistoryAge: 2592000, MaxHistoryAge: 2592000,
} }

View File

@ -126,6 +126,8 @@ func RunService() {
if err != nil { if err != nil {
fmt.Printf("Memory Dump Error: %s", err) fmt.Printf("Memory Dump Error: %s", err)
} }
fmt.Println("Saved Snapshots to file")
} }
}() }()
} }

Binary file not shown.