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