Shortening access time in offline mode ("maxWait")
The DMZ server can only determine if a request to the inner server fails due to unavailability by not getting a response within a timeout waiting period. The duration can be set using the parameter maxWait. The default value is 8000 ms (= 8 seconds). In this case, the request is responded to from the cache. For following requests, the waiting period for synchronous messages is shortened. As soon as a request to the inner server was a success again, the waiting period is set back to maxWait.
The shortened waiting period is calculated using the formula (maxWait/10) + 200.