We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fb846f commit 7d88953Copy full SHA for 7d88953
1 file changed
Source/Plugins/BinaryWriter/NpyFile.h
@@ -69,7 +69,7 @@ namespace BinaryRecordingEngine
69
// Compile-time constants
70
71
// flush file buffer to disk and update the .npy header every this many records:
72
- const int recordBufferSize{ 128 };
+ const int recordBufferSize{ 1024 };
73
74
};
75
0 commit comments