my client recently ran into an issue where intermittent network-failures caused Find-calls to time-out. In order to mitigate similar issues it would be convinient if there was some way to control the timeout through the public API. Here are a few modest suggestions where any or all would do:
Add an async overload for EPiServer.Find.ClientExtensions.UnifiedSearchFor with a cancellation-token parameter.
Add a timeout-property to EPiServer.Find.IClient.Settings
Add a timeout-parameter to EPiServer.Find.SearchExtensions.GetResult
Hello,
my client recently ran into an issue where intermittent network-failures caused Find-calls to time-out. In order to mitigate similar issues it would be convinient if there was some way to control the timeout through the public API. Here are a few modest suggestions where any or all would do:
kind regards // Fredrik Johansson