Type Alias RangeFinderOptions

RangeFinderOptions: Readonly<{
    noActiveReuse?: boolean;
}>

Type declaration

  • OptionalnoActiveReuse?: boolean

    If set to true the in-flight streams are not reused between different requests.