TAG NAME maximum_icp_query_timeout

Description Defines ICP query timeout value to a maximum limit
Build Option
Default
Usage
maximum_icp_query_timeout time(msec)
Default maximum_icp_query_timeout 2000
Synopsis
Normally the ICP query timeout is determined dynamically. But sometimes it can lead to very large values (say 5 seconds). Use this option to put an upper limit on the dynamic timeout value.

The value specified is in Milliseconds.

Note: Do NOT use this option to always use a fixed (instead of a dynamic) timeout value. To set a fixed timeout see the icp_query_timeout directive.

Arguments

time
Maximum upper time limit


Example(s)

maximum_icp_query_timeout 4000