Skip to content

Commit

Permalink
DNM ci experiments
Browse files Browse the repository at this point in the history
  • Loading branch information
danhhz committed Apr 8, 2024
1 parent f2d063c commit 0167caa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ci/nightly/pipeline.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ steps:
- common-ancestor
- --regression-against
- common-ancestor
- --workload-group-marker
- "DmlDqlWorkload"
- --workload
- "InsertWorkload"
- --max-concurrency
- "256"
- id: scalability-benchmark-ddl
Expand Down
2 changes: 1 addition & 1 deletion misc/python/materialize/mzcompose/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"persist_batch_delete_enabled": "true",
"persist_fast_path_limit": "1000",
"persist_inline_update_max_bytes": "1048576",
"persist_inline_update_threshold_bytes": "4096",
"persist_inline_update_threshold_bytes": "0",
"persist_pubsub_client_enabled": "true",
"persist_pubsub_push_diff_enabled": "true",
"persist_sink_minimum_batch_updates": "128",
Expand Down

0 comments on commit 0167caa

Please sign in to comment.