Skip to content

Commit 42343e3

Browse files
committed
TriGParser::CHUNK_SIZE: reduce the chunk size to avoid regex issues
1 parent 8f29d96 commit 42343e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/quickRdfIo/TriGParser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class TriGParser implements iParser, iQuadIterator {
4444

4545
use TmpStreamParserTrait;
4646

47-
private const CHUNK_SIZE = 4096; // if it's too big, the regexp used by the hardf to match the prefixed URIs may not match
47+
private const CHUNK_SIZE = 100; // if it's too big, the regexp used by the hardf to match the prefixed URIs may not match
4848

4949
private iDataFactory $dataFactory;
5050

0 commit comments

Comments
 (0)