Re-enable subtree object pool after accidentally disabling it
This commit is contained in:
parent
26ab57a656
commit
34de822738
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ typedef struct {
|
|||
|
||||
TSStateId TS_TREE_STATE_NONE = USHRT_MAX;
|
||||
|
||||
static const uint32_t MAX_TREE_POOL_SIZE = 0;
|
||||
static const uint32_t MAX_TREE_POOL_SIZE = 1024;
|
||||
|
||||
static const ExternalScannerState empty_state = {.length = 0, .short_data = {0}};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue