Increase block size for filestream reading

This commit is contained in:
Thomas Krijnen
2011-11-25 14:50:59 +00:00
parent 4dc0bdbe02
commit 59cda0ebbd
+1 -1
View File
@@ -30,7 +30,7 @@
#include <fstream>
#include <string>
const int BUF_SIZE = (32 * 1024 * 1024);
const int BUF_SIZE = (128 * 1024 * 1024);
namespace IfcParse {