mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-08-07 14:12:37 -04:00
remove lease manager, add network class to infoq, other config stuff
This commit is contained in:
parent
53cd521ba8
commit
a33473d8ea
20 changed files with 332 additions and 455 deletions
|
@ -41,6 +41,7 @@ Future<VeilidConfig> getDefaultVeilidConfig() async {
|
|||
maxConnections: 16,
|
||||
connectionInitialTimeoutMs: 2000,
|
||||
connectionInactivityTimeoutMs: 60000,
|
||||
clientWhitelistTimeoutMs: 300000,
|
||||
nodeId: "",
|
||||
nodeIdSecret: "",
|
||||
bootstrap: [],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue