MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / values

Method values

test/orchestratord/mzcompose.py:1025–1029  ·  view source on GitHub ↗
(cls, version: MzVersion)

Source from the content-addressed store, hash-verified

1023class SystemParamConfigMap(Modification):
1024 @classmethod
1025 def values(cls, version: MzVersion) -> list[Any]:
1026 result: list[Any] = [None]
1027 if version >= MzVersion.parse_mz("v26.1.0"):
1028 result.append({"max_connections": 1000})
1029 return result
1030
1031 @classmethod
1032 def default(cls) -> Any:

Callers

nothing calls this directly

Calls 2

parse_mzMethod · 0.80
appendMethod · 0.45

Tested by

no test coverage detected