1
0
Fork 0
mirror of synced 2024-09-30 09:06:19 +13:00
ArchiveBox/archiver
Dima Gerasimov 03c1b0009c Fix 'Too many open files' error.
Happened before after continuous archiving of few hundreds links.

Fix by:
* setting process object to `None` to trigger GC finalizer cleanup of pipe descriptors
* protecting against double cleanup
2018-11-26 02:29:56 +00:00
..
templates
tests
__init__.py
archive.py merge_links() used wrong index 2018-10-19 22:35:08 +02:00
archive_methods.py Fix archive_dot_org submit_url 2018-10-15 13:09:31 +02:00
config.py Optionally import only new links 2018-10-19 21:34:57 +02:00
index.py
links.py Use a more appropriate coding style from @pirate. 2018-10-24 21:10:41 +02:00
parse.py
peekable.py
purge.py Add script to remove entries from index 2018-11-09 20:12:37 +00:00
requirements.txt
util.py Fix 'Too many open files' error. 2018-11-26 02:29:56 +00:00