Hi, I have noticed strange problem with Connector (new one I am developing right now) and getMaxDocumentRequest parameter. When it returns 1 (default) everything seems ok, but when I set it to anything higher (5, 10, 20) indexing job does not end but hangs when there is only getMaxDocumentRequest documents left (when it should process 5 documents in a row - 5 documents stays "active") All document related functions seem written ok (they all iterate throug passed arrays), there are no exceptions thrown (at least I do not see any in console).
What can be wrong and what should I look at to? any ideas? By the way - the new connector is for Mantis Bug tracker to index issues. TIA Redguy
