We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8532bc0 commit 848c915Copy full SHA for 848c915
misc/python/materialize/parallel_workload/settings.py
@@ -40,8 +40,6 @@ def _missing_(cls, value):
40
ADDITIONAL_SYSTEM_PARAMETER_DEFAULTS = {
41
# Uses a lot of memory, hard to predict how much
42
"memory_limiter_interval": "0",
43
- # TODO: Remove when https://github.com/MaterializeInc/database-issues/issues/9660 is fixed
44
- "log_filter": "warn",
45
# TODO: Remove when https://github.com/MaterializeInc/database-issues/issues/9656 is fixed
46
"persist_stats_filter_enabled": "false",
47
# See https://materializeinc.slack.com/archives/CTESPM7FU/p1758195280629909, should reenable when it performs better
0 commit comments