Be the first to know! News, product information, and events delivered straight to your inbox.
Be the first to know! News, product information, and events delivered straight to your inbox.
Be the first to know! News, product information, and events delivered straight to your inbox.
Be the first to know! News, product information, and events delivered straight to your inbox.
Be the first to know! News, product information, and events delivered straight to your inbox.
xdmp.setRequestTimeLimit( $time-limit as Number, [$hostID as String?], [$serverID as String?], [$requestID as String?] ) as null
Changes the time limit for an actively running request to the specified value. If you do not supply values for the last three parameters, the function sets the time limit for the current request.
http://marklogic.com/xdmp/privileges/xdmp-set-request-time-limit-any
or
http://marklogic.com/xdmp/privileges/xdmp-set-request-time-limit-my
xdmp.setRequestTimeLimit(10000);
Comments