mirror of
https://github.com/gitpod-io/gitpod.git
synced 2025-12-08 17:36:30 +00:00
[server] icnrease content deletion chunk (#19512)
This commit is contained in:
parent
e59d1bda25
commit
1e3adce9db
@ -230,7 +230,7 @@ func configmap(ctx *common.RenderContext) ([]runtime.Object, error) {
|
||||
MinAgePrebuildDays: 7,
|
||||
ChunkLimit: 1000,
|
||||
ContentRetentionPeriodDays: 21,
|
||||
ContentChunkLimit: 100,
|
||||
ContentChunkLimit: 3000,
|
||||
PurgeRetentionPeriodDays: 365,
|
||||
PurgeChunkLimit: 5000,
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user