|
From: Bryan T. <br...@bl...> - 2017-02-24 15:26:47
|
The difference is seconds vs milliseconds of resolution in the timeout. The "timeout" parameter is defined by openrdf. The maxQueryTimeMillis is defined by blazegraph. timeout Specifies a maximum query execution time, in whole seconds. The value should be an integer. A setting of 0 or a negative number indicates unlimited query time (the default). maxQueryTimeMillis Specifies the maximum time that a query is allowed to run, measured in milliseconds. May be also specified by using HTTP header X-BIGDATA-MAX-QUERY-MILLIS. You can also impose a timeout in web.xml. Thanks, Bryan On Fri, Feb 24, 2017 at 4:10 AM, Ghislain ATEMEZING < ghi...@gm...> wrote: > Hi, > I am struggling to find an easy way to set the time out limit for a given > namespace using a configuration file or similar. > I've only seen this https://wiki.blazegraph.com/wiki/index.php/REST_API and > I don't understand the difference between the timeout and > maxQueryTimeMillis. > > TIA. > Best, > Ghislain > -- > ------- > "Love all, trust a few, do wrong to none" (W. Shakespeare) > Web: http://atemezing.org > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, SlashDot.org! http://sdm.link/slashdot > _______________________________________________ > Bigdata-developers mailing list > Big...@li... > https://lists.sourceforge.net/lists/listinfo/bigdata-developers > > |