We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e20c309 commit f8a6c97Copy full SHA for f8a6c97
src/jrd/val.h
@@ -49,7 +49,7 @@ class VaryingString : public pool_alloc_rpt<SCHAR, type_str>
49
UCHAR str_data[2]; // one byte for ALLOC and one for the NULL
50
};
51
52
-const ULONG MAX_RECORD_SIZE = 1000000; // just to protect from misuse
+const ULONG MAX_RECORD_SIZE = 1048576; // 1 MB -- just to protect from possible misuse
53
54
namespace Jrd {
55
0 commit comments