mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-15 01:14:56 +00:00
deploy: 11158c3ea22a1e94c4d052c0579066358be5ef22
This commit is contained in:
parent
390360a9e4
commit
b2948fa009
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# libtool - Provide generalized library-building support services.
|
# libtool - Provide generalized library-building support services.
|
||||||
# Generated automatically by config.status (libbacktrace) version-unused
|
# Generated automatically by config.status (libbacktrace) version-unused
|
||||||
# Libtool was configured on host fv-az447-233:
|
# Libtool was configured on host fv-az208-681:
|
||||||
# NOTE: Changes made to this file will be lost: look at ltmain.sh.
|
# NOTE: Changes made to this file will be lost: look at ltmain.sh.
|
||||||
#
|
#
|
||||||
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
|
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
|
||||||
|
@ -1071,8 +1071,9 @@ when isMainModule:
|
|||||||
if conf.staticnodes.len > 0:
|
if conf.staticnodes.len > 0:
|
||||||
waitFor connectToNodes(node, conf.staticnodes, "static")
|
waitFor connectToNodes(node, conf.staticnodes, "static")
|
||||||
|
|
||||||
info "Connecting to dynamic bootstrap peers"
|
if dynamicBootstrapNodes.len > 0:
|
||||||
waitFor connectToNodes(node, dynamicBootstrapNodes, "dynamic bootstrap")
|
info "Connecting to dynamic bootstrap peers"
|
||||||
|
waitFor connectToNodes(node, dynamicBootstrapNodes, "dynamic bootstrap")
|
||||||
|
|
||||||
# Start keepalive, if enabled
|
# Start keepalive, if enabled
|
||||||
if conf.keepAlive:
|
if conf.keepAlive:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user