1
0
Fork 0
mirror of synced 2024-06-28 19:10:33 +12:00
ArchiveBox/archivebox/search/backends
jdcaballerov 14df0cbb7c
Update sonic.py
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.
2021-01-20 14:51:46 -05:00
..
__init__.py Implement backend architecture for search engines 2020-12-06 01:12:46 +02:00
ripgrep.py fix lint error 2020-12-12 12:35:32 -05:00
sonic.py Update sonic.py 2021-01-20 14:51:46 -05:00