You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- # Set the current log level
- LOG_LEVEL = 0
- IGNORED_LOG_CONTEXTS = []
- xpub_url: str = "tcp://127.0.0.1:5555"
- xsub_url: str = "tcp://127.0.0.1:5556"
- router_url: str = "tcp://127.0.0.1:5557"
- dealer_url: str = "tcp://127.0.0.1:5558"
|