Download CSV timeout problem

I'm trying to download a CSV with about 6500 records and its timed out. I
have set the limit to 10,000 records. What is the possible solution for
this. If I put a limit of say 5,000, will 2 files be downloaded? one for
5000 records and the other of 1,500 records? Or how is Aggregate programmed
to handle limits.

Thank you and regards,

what version are you using?

if you are using .9.x branch, make sure you have upgraded up to .9.8
if you are using 1.x branch, make sure you have upgraded to 1.0.1

ยทยทยท On Mon, Nov 14, 2011 at 04:17, Edwin Mugendi Riungu wrote: > I'm trying to download a CSV with about 6500 records and its timed out. I > have set the limit to 10,000 records. What is the possible solution for > this. If I put a limit of say 5,000, will 2 files be downloaded? one for > 5000 records and the other of 1,500 records? Or how is Aggregate programmed > to handle limits. > Thank you and regards,