mirror of https://github.com/ByConity/ByConity
Better code
This commit is contained in:
parent
845a612b95
commit
9cf0c780fb
|
@ -39,7 +39,8 @@
|
|||
#endif
|
||||
|
||||
|
||||
#define DEFAULT_MAX_STRING_SIZE 0x3FFFFFFFULL
|
||||
/// 1 GiB
|
||||
#define DEFAULT_MAX_STRING_SIZE (1ULL << 30)
|
||||
|
||||
|
||||
namespace DB
|
||||
|
|
Loading…
Reference in New Issue