loadLinksTimeoutMs

open val loadLinksTimeoutMs: Long? = null(source)

The timeout on the loadLinks functions in milliseconds, By default this should be around a few minutes to prevent any unexpected recursive call/extraction to drain resources, however if you need very long extraction times, you can can request it by changing this variable.

Note that this is only a hint, and may not get respected if you request something too long.