Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions misc/python/materialize/parallel_workload/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ def _missing_(cls, value):
ADDITIONAL_SYSTEM_PARAMETER_DEFAULTS = {
# Uses a lot of memory, hard to predict how much
"memory_limiter_interval": "0",
# TODO: Remove when https://github.com/MaterializeInc/database-issues/issues/9660 is fixed
"log_filter": "warn",
# TODO: Remove when https://github.com/MaterializeInc/database-issues/issues/9656 is fixed
"persist_stats_filter_enabled": "false",
# See https://materializeinc.slack.com/archives/CTESPM7FU/p1758195280629909, should reenable when it performs better
Expand Down