1
0
Fork 0
mirror of synced 2024-06-24 17:10:21 +12:00
ArchiveBox/archivebox/search
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
..
backends Update sonic.py 2021-01-20 14:51:46 -05:00
__init__.py refactor: Remove setup_django from search 2020-12-11 16:43:48 -05:00
utils.py Add log print for url indexing 2020-12-06 01:14:38 +02:00