Change timeout for retrieving data from Domino
About this task
The procedure guides you on how to change the timeout for retrieving data from Domino to give long-running operations, such as complex DQL queries, more time to complete before timing out.
Procedure
- Create a JSON file using a text editor.
-
Copy the JSON object to the JSON file.
{ "httpIdleTimeOut": [timeout value in seconds] } -
Change the value of the
httpIdleTimeOutparameter to your preferred timeout value in seconds. In the example, the timeout is set to 300 seconds or 5 minutes.{ "httpIdleTimeOut" : 300 } -
Save the JSON file in the
keepconfig.ddirectory.Tip
Use a filename for the JSON file that reveals its purpose. To learn more on how JSON files in
keepconfig.dare processed, see Configuration management and overlay hierarchy. -
Restart Domino REST API on all servers.