mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 06:39:13 +00:00
Increase block size for filestream reading
This commit is contained in:
@@ -30,7 +30,7 @@
|
|||||||
#include <fstream>
|
#include <fstream>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
const int BUF_SIZE = (32 * 1024 * 1024);
|
const int BUF_SIZE = (128 * 1024 * 1024);
|
||||||
|
|
||||||
namespace IfcParse {
|
namespace IfcParse {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user