diff --git a/vendor/nim-chronos b/vendor/nim-chronos index dc3847e4d6..13d28a5b71 160000 --- a/vendor/nim-chronos +++ b/vendor/nim-chronos @@ -1 +1 @@ -Subproject commit dc3847e4d6733dfc3811454c2a9c384b87343e26 +Subproject commit 13d28a5b710c414be17bfe36ca25bf34771875cc diff --git a/vendor/nim-json-serialization b/vendor/nim-json-serialization index 8a4ed98bbd..89f7be1783 160000 --- a/vendor/nim-json-serialization +++ b/vendor/nim-json-serialization @@ -1 +1 @@ -Subproject commit 8a4ed98bbd0a9479df15af2fa31da38a586ea6d5 +Subproject commit 89f7be1783b2f828a95dea1496fdac3510532997 diff --git a/vendor/nim-libbacktrace b/vendor/nim-libbacktrace index 6a5a44b16f..4db9cae5ac 160000 --- a/vendor/nim-libbacktrace +++ b/vendor/nim-libbacktrace @@ -1 +1 @@ -Subproject commit 6a5a44b16f22b63028e919f64391561c2d75805b +Subproject commit 4db9cae5ac0225e3439f577f5c5cd67086232b3f diff --git a/vendor/nim-libp2p b/vendor/nim-libp2p index 18a2e79ce2..94d93cbf25 160000 --- a/vendor/nim-libp2p +++ b/vendor/nim-libp2p @@ -1 +1 @@ -Subproject commit 18a2e79ce209d2f21d8c5db7a41659cc39dbe0b4 +Subproject commit 94d93cbf2531296f0e636aa702b500b242eb4158 diff --git a/vendor/nim-metrics b/vendor/nim-metrics index 4337ccd62c..f068c85196 160000 --- a/vendor/nim-metrics +++ b/vendor/nim-metrics @@ -1 +1 @@ -Subproject commit 4337ccd62c0b7d57492402dd4cb838ddc0c78a84 +Subproject commit f068c85196cd4464e97d52ff0ea3d5ed8e59da1b diff --git a/vendor/nim-nat-traversal b/vendor/nim-nat-traversal index 717639bf72..459fc49687 160000 --- a/vendor/nim-nat-traversal +++ b/vendor/nim-nat-traversal @@ -1 +1 @@ -Subproject commit 717639bf72c7e59548e666cf4801097c98be4f9e +Subproject commit 459fc4968799bde97592137f42d93e5069f06e73 diff --git a/vendor/nim-results b/vendor/nim-results index 8a03fb2e00..e2adf66b8b 160000 --- a/vendor/nim-results +++ b/vendor/nim-results @@ -1 +1 @@ -Subproject commit 8a03fb2e00dccbf35807c869e0184933b0cffa37 +Subproject commit e2adf66b8bc2f41606e8469a5f0a850d1e545b55 diff --git a/vendor/nim-secp256k1 b/vendor/nim-secp256k1 index 4470f49bcd..c1795d1fb6 160000 --- a/vendor/nim-secp256k1 +++ b/vendor/nim-secp256k1 @@ -1 +1 @@ -Subproject commit 4470f49bcd6bcbfb59f0eeb67315ca9ddac0bdc0 +Subproject commit c1795d1fb64b6cfe932a8d977a123b55a562dc52 diff --git a/vendor/nim-stew b/vendor/nim-stew index af07b0a70d..e00fea1f6e 160000 --- a/vendor/nim-stew +++ b/vendor/nim-stew @@ -1 +1 @@ -Subproject commit af07b0a70dbd5528cbca9d944b0aa8b7bea92963 +Subproject commit e00fea1f6e14234adb10d9c117a70905ae31872b diff --git a/vendor/nim-stint b/vendor/nim-stint index 7c81df9adc..9a3348bd44 160000 --- a/vendor/nim-stint +++ b/vendor/nim-stint @@ -1 +1 @@ -Subproject commit 7c81df9adc80088f46a4c2b8bf2a46c26fab057c +Subproject commit 9a3348bd4499045fb211afeeaf2a54730060c081 diff --git a/waku/waku_peer_exchange/protocol.nim b/waku/waku_peer_exchange/protocol.nim index 370c5da240..e64395dd41 100644 --- a/waku/waku_peer_exchange/protocol.nim +++ b/waku/waku_peer_exchange/protocol.nim @@ -32,7 +32,7 @@ const DefaultMaxRpcSize* = 10 * DefaultMaxWakuMessageSize + 64 * 1024 # TODO what is the expected size of a PX message? As currently specified, it can contain an arbitary number of ENRs... MaxPeersCacheSize = 60 - CacheRefreshInterval = 5.minutes + CacheRefreshInterval = 10.minutes WakuPeerExchangeCodec* = "/vac/waku/peer-exchange/2.0.0-alpha1"