mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-10-26 11:19:00 +00:00
Sonic buffer accepts 20.000 bytes not unicode characters, since the chunking here is on unicode characters, sending 20.000 characters will overflow sonic's buffer. UTF-8 can take up to 6 bytes, so sending less than (20.000 / 6) rounded minus should be ok. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| ripgrep.py | ||
| sonic.py | ||