Increase various limits, fix #45.

This commit is contained in:
Nuno Cruces
2023-12-21 15:08:19 +00:00
parent cb62771a45
commit 89202629ec
6 changed files with 7 additions and 7 deletions

View File

@@ -9,7 +9,7 @@ const (
_UTF8 = 1
_MAX_NAME = 512 // Used for short strings: names, error messages…
_MAX_NAME = 1e6 // Self-imposed limit for most NUL terminated strings.
_MAX_LENGTH = 1e9
_MAX_SQL_LENGTH = 1e9
_MAX_ALLOCATION_SIZE = 0x7ffffeff