You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
f.Duration(prefix+".das-retention-period", DefaultBatchPosterConfig.DASRetentionPeriod, "In AnyTrust mode, the period which DASes are requested to retain the stored batches.")
59
61
}
60
62
61
63
varDefaultBatchPosterConfig=BatchPosterConfig{
@@ -65,6 +67,7 @@ var DefaultBatchPosterConfig = BatchPosterConfig{
65
67
PostingErrorDelay: time.Second*10,
66
68
MaxBatchPostInterval: time.Hour,
67
69
CompressionLevel: brotli.DefaultCompression,
70
+
DASRetentionPeriod: time.Hour*24*15,
68
71
}
69
72
70
73
varTestBatchPosterConfig=BatchPosterConfig{
@@ -74,6 +77,7 @@ var TestBatchPosterConfig = BatchPosterConfig{
0 commit comments