quambene
                                            quambene
                                        
                                    sorry, it's not fixed yet. I will let you know when it's ready
Fixed on main branch. Will prepare release 0.6.0. I set the default for `max_idle_connections_per_host` in `settings.json` from 100 to the more sensible 10. Idle connections were stuck in the connection...
Pushed an improvement to main branch: https://github.com/quambene/bogrep/pull/63 Fetching will not be aborted any more if an expected error occurs, so you should be able to finish processing (but with a...
Thanks for checking! 71% error rate is indeed too much and is explained by the "Too many open files" errors which prevents fetching and caching. I would have expected that...
@mattmartini should be fixed in v0.10.0: https://github.com/quambene/bogrep?tab=readme-ov-file#usage default for open files and network sockets is 500 each now. the required file descriptor limit (i.e. 1000) will be set automatically (on...