The value 86_400 was intentional as some images may take quite some time to build an index (mostly future proofing, the current collections are quite small).
However, I noticed that the _ in numeric values that we used previously is a Python 3.6+ thing - if you update the value to 84600 (without the underscore) I'll merge this one.
The value
86_400
was intentional as some images may take quite some time to build an index (mostly future proofing, the current collections are quite small).However, I noticed that the
_
in numeric values that we used previously is a Python 3.6+ thing - if you update the value to84600
(without the underscore) I'll merge this one.