yr.InvokeOptions.bypass_datasystem

yr.InvokeOptions.bypass_datasystem#

InvokeOptions.bypass_datasystem: bool = False#

Whether to explicitly bypass DataSystem for this invoke. True transfers payloads inline and performs no IncreaseRef/DecreaseRef. False does not disable an effective process-level bypass default. The aggregate serialized arguments and aggregate serialized return values of each invocation are each limited to 100 MiB. Exceeding either limit raises an ERR_PARAM_INVALID error; payloads are never truncated. Default: False.