get_hypersync_concurrency_from_env
Documentation for eth_defi.hypersync.session.get_hypersync_concurrency_from_env function.
- get_hypersync_concurrency_from_env()
Read
HYPERSYNC_CONCURRENCYfrom the environment.Returns
Nonewhen the variable is unset or blank (meaning use the Hypersync server default of 10). RaisesValueErrorwhen the value is not a positive integer.