WIN/Misc
* windows compatibility changes - prevent crash on very large querys by reducing query size - set memory limit to something less than 2GB. Old value caused memory_limit to be set to something miniscule. (with the changes to DBC extraction this should now be feasable) - be a tad more lenient with time when generating enchant-datasets
This commit is contained in:
parent
fa9d518980
commit
dde09a8a02
4 changed files with 8 additions and 5 deletions
|
|
@ -249,7 +249,7 @@ class DBC
|
|||
private $tableName = '';
|
||||
|
||||
private $dataBuffer = [];
|
||||
private $bufferSize = 1000;
|
||||
private $bufferSize = 500;
|
||||
|
||||
private $fileRefs = [];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue