Hi Branden, On 03/08/2012 19:33, Branden Visser wrote: > Hello, > > I'm currently loading large amounts of data into a sling instance > using sling servlets that we have set up, and I'm finding that I > occasionally get a TooManyCallsException: > > http://svn.apache.org/repos/asf/sling/trunk/bundles/engine/src/main/java/org/apache/sling/engine/impl/request/RequestData.java > > What would you recommend is the best way to resolve this? I can't > figure out how this value is recycled / set back to 0.
I'm not sure as I never faced the issue but try looking at the SlingMainServlet configuration[1]. HTH Davide 1. /system/console/configMgr/org.apache.sling.engine.impl.SlingMainServlet
