This repository was archived by the owner on Feb 12, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ const ipfsdServer = IPFSFactory.createServer()
88const preloadNode = MockPreloadNode . createNode ( )
99
1010module . exports = {
11- bundlesize : { maxSize : '691kB ' } ,
11+ bundlesize : { maxSize : '694kB ' } ,
1212 webpack : {
1313 resolve : {
1414 mainFields : [ 'browser' , 'main' ] ,
Original file line number Diff line number Diff line change 127127 "libp2p-delegated-content-routing" : " ^0.2.4" ,
128128 "libp2p-delegated-peer-routing" : " ^0.2.4" ,
129129 "libp2p-floodsub" : " ^0.17.0" ,
130- "libp2p-gossipsub" : " ^0.4.0 " ,
130+ "libp2p-gossipsub" : " ~0.0.4 " ,
131131 "libp2p-kad-dht" : " ~0.15.3" ,
132132 "libp2p-keychain" : " ~0.4.2" ,
133133 "libp2p-mdns" : " ~0.12.0" ,
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ class Node extends libp2p {
2424
2525 const defaults = {
2626 switch : {
27- blacklistTTL : 2 * 60 * 1e3 , // 2 minute base
28- blackListAttempts : 5 , // back off 5 times
27+ denyTTL : 2 * 60 * 1e3 , // 2 minute base
28+ denyAttempts : 5 , // back off 5 times
2929 maxParallelDials : 100 ,
3030 maxColdCalls : 25 ,
3131 dialTimeout : 20e3
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ class Node extends libp2p {
2323
2424 const defaults = {
2525 switch : {
26- blacklistTTL : 2 * 60 * 1e3 , // 2 minute base
27- blackListAttempts : 5 , // back off 5 times
26+ denyTTL : 2 * 60 * 1e3 , // 2 minute base
27+ denyAttempts : 5 , // back off 5 times
2828 maxParallelDials : 150 ,
2929 maxColdCalls : 50 ,
3030 dialTimeout : 10e3 // Be strict with dial time
You can’t perform that action at this time.
0 commit comments