yr.Config.bypass_datasystem#
- Config.bypass_datasystem: bool | None = None#
Process-level override for the default invoke transport.
Noneuses the detected cluster default,Trueuses inline transport, andFalseuses the DataSystem path when DataSystem is available. This setting does not determine whether DataSystem APIs are available; that follows cluster capability. The aggregate serialized arguments and aggregate serialized return values of each invocation are each limited to 100 MiB. Exceeding either limit fails withERR_PARAM_INVALID.