mirror of
https://github.com/logos-messaging/logos-messaging-go-bindings.git
synced 2026-01-10 18:03:08 +00:00
10 lines
178 B
Go
10 lines
178 B
Go
package utilities
|
|
|
|
import (
|
|
"time"
|
|
)
|
|
|
|
var ConnectPeerTimeout = 10 * time.Second //default timeout for node to connect to another node
|
|
|
|
var DefaultPubsubTopic = "/waku/2/rs/3/0"
|