satellite/projectusage: reduce usage limit from 25GB to 5GB

Change-Id: I2819012b520fd687ab8058000aa38d76b8208158
This commit is contained in:
littleskunk 2020-01-29 04:01:09 +01:00
parent e66b3c9be1
commit a0c9f7f3b0
No known key found for this signature in database
GPG Key ID: E5C6B2C94E5BB7F9
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ import (
// Config contains configurable values for rollup
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"`
MaxAlphaUsage memory.Size `help:"the bandwidth and storage usage limit for the alpha release" default:"5GB"`
DeleteTallies bool `help:"option for deleting tallies after they are rolled up" default:"true"`
}

View File

@ -430,7 +430,7 @@ identity.key-path: /root/.local/share/storj/identity/satellite/identity.key
# rollup.interval: 24h0m0s
# the bandwidth and storage usage limit for the alpha release
# rollup.max-alpha-usage: 25.0 GB
# rollup.max-alpha-usage: 5.0 GB
# public address to listen on
server.address: :7777