Will that execution_guard works for the rest api call. --Thanks
On Tuesday, February 26, 2013 at 7:12:03 AM UTC-6, Michael Hunger wrote: > > It is set per request per thread. > > You can set it for embedded things too if you have a clean facade where > your thread local calls come in. > > See: > > https://github.com/neo4j-contrib/rabbithole/blob/master/src/main/java/org/neo4j/community/console/Console.java#L81 > > https://github.com/neo4j-contrib/rabbithole/blob/master/src/main/java/org/neo4j/community/console/GuardingRequestFilter.java#L56 > > Cheers > > Michael > > (neo4j.org) <-[:WORKS_ON]- (@mesirii) -[:TAKES_CARE_OF]-> (you) > -[:WORKS_WITH]->(@Neo4j) > > > > > Am 26.02.2013 um 14:03 schrieb Michael Wilmes: > > Hello, > > I'm trying to setup the execution guard for use with SDN and embedded > Neo4j. I have enabled the guard via context > > > <entry key="execution_guard_enabled" value="true" /> > > but am now searching for the proper means of configuring the threshold. I > have found > > org.neo4j.server.webserver.limit.executiontime=1000 > > > but this seems to be dedicated for use with server mode operation only. Is > that right? > > Best regards, > > Michael > > -- > You received this message because you are subscribed to the Google Groups > "Neo4j" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] <javascript:>. > For more options, visit https://groups.google.com/groups/opt_out. > > > > > -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
