@synsci/sdk 2.0.82 → 2.0.83-test.34254015648
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1625,7 +1625,7 @@ export type ProviderConfig = {
|
|
|
1625
1625
|
*/
|
|
1626
1626
|
timeout?: number | false;
|
|
1627
1627
|
/**
|
|
1628
|
-
*
|
|
1628
|
+
* Maximum provider response-body inactivity in milliseconds. Remote endpoints default to 1800000 (30 minutes); local endpoints (loopback or .local base URLs and bundled local providers) default to disabled. Set false to disable.
|
|
1629
1629
|
*/
|
|
1630
1630
|
idleTimeout?: number | false;
|
|
1631
1631
|
/**
|