Skip to content

Commit bf689d3

Browse files
committed
increase default chunk size and cron runs per day
1 parent 5e710fe commit bf689d3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

charts/compress-state/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: v2
33
name: compress-state
44
description: Run rust-synapse-compress-state as a Kubernetes Job/CronJob
55
type: application
6-
version: 1.0.0
6+
version: 1.0.1
77
appVersion: "v0.1.4"
88
sources:
99
- https://github.com/matrix-org/rust-synapse-compress-state

charts/compress-state/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ existingSecret:
1414
name: ''
1515

1616
cmdArgs:
17-
chunkSize: 500
18-
minStateGroups: 100
17+
chunkSize: 10000
18+
minStateGroups: 5000
1919

2020
# choose one of Job or CronJob
2121
cron:
2222
enabled: false
23-
schedule: "1 4 * * *"
23+
schedule: "*/5 0-6 * * *"
2424
activeDeadlineSeconds: 1000
2525

2626
# choose one of Job or CronJob

0 commit comments

Comments
 (0)