Re-enable subtree object pool after accidentally disabling it

This commit is contained in:
Max Brunsfeld 2018-06-19 16:33:33 -07:00
parent 26ab57a656
commit 34de822738

View file

@ -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}};