Configure the tracker's xConnect Client API timeout
Version: 10.3
Applies to |
Content Delivery |
---|---|
Configuration file |
|
The GetOperationTimeout
setting applies when the tracker uses the xConnect Client API to GET a contact or device profile - for example, at the start of a session.
Important
This setting is internal to the tracker and does not apply when you use the xConnect Client API in your own code. You can specify a timeout per request when using the xConnect Client API directly.
RequestResponse
<dataAdapterManager defaultProvider="xconnect">
<providers>
<clear/>
<add name="xconnect" type="Sitecore.Analytics.XConnect.DataAccess.XConnectDataAdapterProvider, Sitecore.Analytics.XConnect">
<GetOperationTimeout>0.00:00:05</GetOperationTimeout>
</add>
</providers>
</dataAdapterManager>