mirror of
https://github.com/logos-messaging/storenode-messages-counter.git
synced 2026-01-02 14:13:11 +00:00
chore: reduce retention policy
This commit is contained in:
parent
dccfcb7d42
commit
e0f369326e
@ -79,7 +79,7 @@ var cliFlags = []cli.Flag{
|
||||
Name: "retention-policy",
|
||||
Usage: "Retention policy. ",
|
||||
Destination: &options.RetentionPolicy,
|
||||
Value: 15 * 24 * time.Hour,
|
||||
Value: 8 * 24 * time.Hour,
|
||||
EnvVars: []string{"STORE_MSG_CTR_RETENTION_POLICY"},
|
||||
}),
|
||||
cliutils.NewGenericFlagSingleValue(&cli.GenericFlag{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user