We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e592660 + 1ebb466 commit bbaf299Copy full SHA for bbaf299
bittensor/core/subtensor_api/__init__.py
@@ -30,8 +30,7 @@ class SubtensorApi:
30
log_verbose: Enables or disables verbose logging.
31
mock: Whether this is a mock instance. Mainly just for use in testing.
32
archive_endpoints: Similar to fallback_endpoints, but specifically only archive nodes. Will be used in cases
33
- where you are requesting a block that is too old for your current (presumably lite) node. Defaults to
34
- `None`
+ where you are requesting a block that is too old for your current (presumably lite) node. Defaults to `None`
35
websocket_shutdown_timer: Amount of time, in seconds, to wait after the last response from the chain to close
36
the connection. Only applicable to AsyncSubtensor.
37
0 commit comments