IF your test as always been confined to the same query against the same dataset, then yes: it's possible that the request is timing out at the same row (or you've reached a "maximum amount of data" at the same row. I don't know what that limitation would be if any. Sorry.)

You can insert a CFSETTING instruction above all this, bump the timeout for this one template, and see if the quantity increases. I think that would settle that suspicion.

Al


On 9/6/2015 2:15 PM, Ernest McCloskey wrote:
I have been messing around with dataTables and passing a initial table data with a cjajax call. I apparently have hit a cap on the amount of data cfajax will send back (I believe via JSON). The current record count is 2290, and it will not send the data (or there is a time out, not sure).

I have gone in and limited max rows to 2250 and I get the data, then I tried max rows of 2275 and I do not get anything. I test the code block and it indeed does create the entire data block as I can see it all in a CFDUMP.

So does anyone know if there is a setting I can adjust for JSON response?

Does anyone think it is a timeout issue?


--
--
online documentation: http://openbd.org/manual/
http://groups.google.com/group/openbd?hl=en

--- You received this message because you are subscribed to the Google Groups "Open BlueDragon" 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.

Reply via email to