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. Thanks, Branden
