Implement daily stats
This commit is contained in:
@@ -16,4 +16,9 @@ const (
|
||||
const (
|
||||
// TopSharesAmount is the number of top shares to keep
|
||||
TopSharesAmount = 15
|
||||
// DailyStatsPerPage is the number of daily stats per page
|
||||
DailyStatsPerPage = 15
|
||||
)
|
||||
|
||||
// EpochTime is the start time for daily stats
|
||||
var EpochTime = time.Date(2025, 5, 1, 0, 0, 0, 0, time.UTC)
|
||||
|
||||
Reference in New Issue
Block a user