mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-04 23:45:07 +00:00
chore: set defaults for fields projections (#8311)
# Which Problems Are Solved Bigger systems need to process many events during the initialisation phase of the `eventstore.fields`-table. During setup these calls can time out. # How the Problems Are Solved Changed the default behaviour of these projections to not time out and increased the bulk limit.
This commit is contained in:
parent
07b2bac463
commit
6c1df83071
@ -231,6 +231,13 @@ Projections:
|
||||
custom_texts:
|
||||
TransactionDuration: 2s
|
||||
BulkLimit: 400
|
||||
project_grant_fields:
|
||||
TransactionDuration: 0s
|
||||
BulkLimit: 2000
|
||||
org_domain_verified_fields:
|
||||
TransactionDuration: 0s
|
||||
BulkLimit: 2000
|
||||
|
||||
# The Notifications projection is used for sending emails and SMS to users
|
||||
Notifications:
|
||||
# As notification projections don't result in database statements, retries don't have an effect
|
||||
|
Loading…
Reference in New Issue
Block a user