Better code

This commit is contained in:
Alexey Milovidov 2019-09-03 21:23:13 +03:00
parent 845a612b95
commit 9cf0c780fb
1 changed files with 2 additions and 1 deletions

View File

@ -39,7 +39,8 @@
#endif
#define DEFAULT_MAX_STRING_SIZE 0x3FFFFFFFULL
/// 1 GiB
#define DEFAULT_MAX_STRING_SIZE (1ULL << 30)
namespace DB