eprints / eprints3.4

EPrints 3.4 core and releases
http://www.eprints.org/uk/index.php/eprints-3-4/
GNU Lesser General Public License v3.0
31 stars 27 forks source link

Allow way to pass timeout to indexer daemon #353

Closed jesusbagpuss closed 9 months ago

jesusbagpuss commented 9 months ago

We have a few EPrints (mainly massively-multi-authored papers) that the indexing job fails for, with an 'alarm'.

The alarm defaults to 600secs: https://github.com/eprints/eprints3.4/blob/55558e8a9503de9e25170e013fd1a1f0dcd8a3ac/perl_lib/EPrints/Index/Daemon.pm#L77 subsequently called: https://github.com/eprints/eprints3.4/blob/55558e8a9503de9e25170e013fd1a1f0dcd8a3ac/perl_lib/EPrints/Index/Daemon.pm#L644

Currently there is no way to pass this parameter into the Daemon from the indexer script.