shuttle-export icon indicating copy to clipboard operation
shuttle-export copied to clipboard

Improvement if you run out of memory

Open mzvarik opened this issue 7 years ago • 1 comments

Line 469: From: $res = $this->connection->query($q); To: $res = $this->connection->query($q, MYSQLI_USE_RESULT);

You will be able to store MUCH MUCH MUCH more before runing out of memory.

mzvarik avatar Dec 19 '18 00:12 mzvarik

i think you should do a PR for this instead of creating the issue.

gensart-x avatar Oct 02 '24 03:10 gensart-x