4 Mar
2023
4 Mar
'23
4 p.m.
Odhiambo Washington writes:
I have migrated from Whoosh to Xapian.
I re-indexed manually and:
(venv) (venv) [mailman@gw /opt/mailman/mm]$ time /opt/mailman/mm/bin/django-admin update_index Indexing 37747 emails
real 43m43.417s user 11m40.643s sys 0m25.808s [...] Am I right to say that this should allow me to set HYPERKITTY_JOBS_UPDATE_INDEX_LOCK_LIFE to 3600?
Yes, although I'd be conservative, as well as allowing for the indexes to grow over time, and set it to 5400 (ie, ~2x the elapsed time).
Steve