Almost there

This commit is contained in:
Daniel Ledda
2020-11-14 16:23:30 +01:00
parent 14d32d7306
commit b8a3dc1c38
3 changed files with 5 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ func main() {
panic(err)
}
quitSnapshot := make(chan int, 1)
go saveSnapshotOnInterval(1, quitSnapshot)
go saveSnapshotOnInterval(30, quitSnapshot)
startServer()
}