Skip to content

Commit

Permalink
little fix in backup system
Browse files Browse the repository at this point in the history
  • Loading branch information
zekroTJA committed Feb 26, 2019
1 parent c68ee1b commit 13f60c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/core/guildbackups.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
)

const (
tickRate = 1 * time.Minute // 12 * time.Hour
tickRate = 12 * time.Hour
backupLocation = "./guildBackups"
)

Expand Down

0 comments on commit 13f60c3

Please sign in to comment.