If a user store search is executed via an SDK program, how is the search timeout governed by the client (SDK program)?
Release : All
The SDK searches honor the setTimeout value. The default value for this parameter is -1, which means unlimited. A value of 0 is also unlimited. Thus, if no setTimeout value is specified, there is no timeout from the client side (do note that servers will often impose a search timeout to prevent long-running searches from slowing the server).