Skip to content

Commit

Permalink
Increase kMaxLookupTimeMsDefault to 15000 (#16917)
Browse files Browse the repository at this point in the history
  • Loading branch information
pankore authored and pull[bot] committed May 24, 2022
1 parent f89bd52 commit 2112465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/address_resolve/AddressResolve.h
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ class NodeLookupRequest

private:
static constexpr uint32_t kMinLookupTimeMsDefault = 200;
static constexpr uint32_t kMaxLookupTimeMsDefault = 10000;
static constexpr uint32_t kMaxLookupTimeMsDefault = 15000;

PeerId mPeerId;
System::Clock::Milliseconds32 mMinLookupTimeMs{ kMinLookupTimeMsDefault };
Expand Down

0 comments on commit 2112465

Please sign in to comment.