Expand description
Command line and environment variable settings for the service
Structsยง
- EnvVars ๐Configuration for the chain follower.
Constantsยง
- DEFAULT_
NETWORK ๐Default chain to follow. - Default number of slots each sync task will process at one time. This default is just over one week worth of data where 1 slot == 1 second.
- DEFAULT_
SYNC_ ๐TASKS Default number of sync tasks (must be in the range 1 to 256 inclusive.) - Maximum DL Chunk Queue Ahead (must be in the range 1 to 256 inclusive.)
- MAX_
DL_ ๐CHUNK_ SIZE Maximum DL Chunk Size in MB (must be in the range 1 to 256 inclusive.) - MAX_
DL_ ๐CONNECTIONS Maximum number of DL Connections (must be in the range 1 to 256 inclusive.) - MAX_
DL_ ๐TIMEOUT Maximum DL Chunk Connect/Data Timeout in seconds (0 = Disabled). - MAX_
SYNC_ ๐MAX_ SLOTS Maximum the number of slots each sync task will process at one time can be set to. - MAX_
SYNC_ ๐TASKS Maximum number of sync tasks (must be in the range 1 to 256 inclusive.) - MIN_
SYNC_ ๐MAX_ SLOTS Minimum the number of slots each sync task will process at one time can be set to. Note: This is just the setting minimum, a sync task may sync as few as a 1 slot. - ONE_
MEGABYTE ๐Number of bytes in a Megabyte