satellite/db: enable DeleteTallies

Change-Id: I1e2a6873b3e6398260e053592d676993272b960d
This commit is contained in:
littleskunk 2019-12-18 01:07:06 +01:00 committed by jens
parent f8d0864630
commit d5c5b57fac
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ import (
type Config struct {
Interval time.Duration `help:"how frequently rollup should run" releaseDefault:"24h" devDefault:"120s"`
MaxAlphaUsage memory.Size `help:"the bandwidth and storage usage limit for the alpha release" default:"25GB"`
DeleteTallies bool `help:"option for deleting tallies after they are rolled up" default:"false"`
DeleteTallies bool `help:"option for deleting tallies after they are rolled up" default:"true"`
}
// Service is the rollup service for totalling data on storage nodes on daily intervals

View File

@ -394,7 +394,7 @@ identity.key-path: /root/.local/share/storj/identity/satellite/identity.key
# repairer.timeout: 5m0s
# option for deleting tallies after they are rolled up
# rollup.delete-tallies: false
# rollup.delete-tallies: true
# how frequently rollup should run
# rollup.interval: 24h0m0s