We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dc0bdb commit 59cda0eCopy full SHA for 59cda0e
1 file changed
src/ifcparse/IfcFile.h
@@ -30,7 +30,7 @@
30
#include <fstream>
31
#include <string>
32
33
-const int BUF_SIZE = (32 * 1024 * 1024);
+const int BUF_SIZE = (128 * 1024 * 1024);
34
35
namespace IfcParse {
36
0 commit comments