increase limits
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 43s

This commit is contained in:
Your Name
2025-09-20 14:10:01 +12:00
parent c69d0dda02
commit c15fed0af5

View File

@@ -42,6 +42,10 @@ limits_config:
max_entries_limit_per_query: 5000 max_entries_limit_per_query: 5000
retention_period: 168h # 7 days retention_period: 168h # 7 days
allow_structured_metadata: false allow_structured_metadata: false
ingestion_rate_mb: 10 # 10MB/sec (default is 4MB/sec)
ingestion_burst_size_mb: 20 # 20MB burst (default is 6MB)
per_stream_rate_limit: 5MB
per_stream_rate_limit_burst: 10MB
table_manager: table_manager:
retention_deletes_enabled: true retention_deletes_enabled: true