SDK JS
    Preparing search index...

    Type Alias ThreadsPolicy

    ThreadsPolicy:
        | false
        | { glueUrl?: string; poolSize?: number; probe?: ThreadsProbe }

    Threaded-artifact policy: 'auto' (default) probes the environment; false disables; an object overrides the probe/glue URL (tests, self-hosted assets).