Skip to content

Commit 59cda0e

Browse files
committed
Increase block size for filestream reading
1 parent 4dc0bdb commit 59cda0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ifcparse/IfcFile.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#include <fstream>
3131
#include <string>
3232

33-
const int BUF_SIZE = (32 * 1024 * 1024);
33+
const int BUF_SIZE = (128 * 1024 * 1024);
3434

3535
namespace IfcParse {
3636

0 commit comments

Comments
 (0)