- Joined
- Mar 13, 2005
- Posts
- 4,662
- Reaction score
- 184
Can see why you have a limit of 50 now. Anything more would mean the user waiting for ages.
If you're using php you could try using flush() to force the results out line by line, it's a bit flakey though and acts differently on different servers/browsers. Failing that a progress bar or something similar would probably do while you're waiting for the results to load.
Grant