satellite/projectusage: reduce usage limit from 25GB to 5GB
Change-Id: I2819012b520fd687ab8058000aa38d76b8208158
This commit is contained in:
parent
e66b3c9be1
commit
a0c9f7f3b0
@ -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"`
|
||||
}
|
||||
|
||||
|
2
scripts/testdata/satellite-config.yaml.lock
vendored
2
scripts/testdata/satellite-config.yaml.lock
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user