mirror of
https://github.com/google/nomulus.git
synced 2025-06-27 14:54:51 +02:00
Increase # of commit log buckets ~4X for all non-prod environments
This also reduces the interval of the commitLogCheckpoint cron job to once every three minutes, as this job needs to load all commit log bucket entities. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=191613858
This commit is contained in:
parent
3338b91c84
commit
e816913c61
3 changed files with 5 additions and 5 deletions
|
@ -107,7 +107,7 @@
|
|||
<description>
|
||||
This job checkpoints the commit log buckets and exports the diff since last checkpoint to GCS.
|
||||
</description>
|
||||
<schedule>every 1 minutes synchronized</schedule>
|
||||
<schedule>every 3 minutes synchronized</schedule>
|
||||
<target>backend</target>
|
||||
</cron>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue