todos
This commit is contained in:
parent
7ab2d355d5
commit
4ed52e20d7
1 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,10 @@ import (
|
||||||
log "github.com/sirupsen/logrus"
|
log "github.com/sirupsen/logrus"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// TODO: send stats on shutdown
|
||||||
|
|
||||||
|
// TODO: store daily stats too. and maybe other intervals
|
||||||
|
|
||||||
type stats struct {
|
type stats struct {
|
||||||
mu *sync.Mutex
|
mu *sync.Mutex
|
||||||
blobs int
|
blobs int
|
||||||
|
|
Loading…
Reference in a new issue