mirror of
https://github.com/logos-blockchain/logos-blockchain-specs.git
synced 2026-01-09 08:33:09 +00:00
12 lines
216 B
Python
12 lines
216 B
Python
from libp2p.typing import TProtocol
|
|
|
|
PROTOCOL_ID = TProtocol("/nomosda/1.0.0")
|
|
MAX_READ_LEN = 2**32 - 1
|
|
|
|
DEFAULT_DATA_SIZE = 1024
|
|
DEFAULT_SUBNETS = 256
|
|
DEFAULT_NODES = 32
|
|
DEFAULT_SAMPLE_THRESHOLD = 12
|
|
|
|
DEBUG = False
|