Are you sure you're using the settings correctly? There's two settings involved...*max time limit* (default is like 3600) and *default time limit* (default is 600)
If you increase max time limit, but don't have your application call xdmp:set-request-time-limit higher than the 600, it will still only allow 600, which is the default limit. I think what you want to do is increase the default time limit for that application in the admin config to 3600. Alternately, you can leave the default and use xdmp:set-request-time-limit() in your code to go higher, but no matter what you put in that function, you won't exceed the max time limit setting... Hope this helps. It took me a few times fighting this to get the settings straight in my head. I was thinking of them differently. On Tue, Oct 15, 2013 at 11:51 AM, Kampf, Arne <[email protected]> wrote: > Hi all,**** > > ** ** > > maybe I’m too blind to see, but somehow I can’t figure out where the > problem is…**** > > ** ** > > I’m trying to increase the default time limit for an HTTP server by > setting the value in the admin console. I can see that this change is > stored, I can retrieve it, if I restart MarkLogic I can see it is still > there. I also changed the session timeout and max time limit, just to be > sure. So far, so good, seems to be fine. But if I start a query on this > server and check the transaction information in the host status (admin > console) I see a limit of 600 sec there, no matter what I set the limit to. > **** > > As another test I started the same routine using an XDBC server, all > limits set to 3600 as an example. And for this server I can see the > expected limit when checking the host status…**** > > ** ** > > I know that ten minutes should be enough for a transaction “in general”, > but as this is a process which should run only once or twice there is not > much time for improving the implementation.**** > > ** ** > > Can someone tell me why I can’t seem to set the time limit for the HTTP > server?**** > > ** ** > > Thanks in advance,**** > > Arne**** > > _______________________________________________ > General mailing list > [email protected] > http://developer.marklogic.com/mailman/listinfo/general > >
_______________________________________________ General mailing list [email protected] http://developer.marklogic.com/mailman/listinfo/general
