Skip to content

Commit

Permalink
Upping timeouts (#23264)
Browse files Browse the repository at this point in the history
  • Loading branch information
woody-apple authored and pull[bot] committed Jul 27, 2023
1 parent f52fbca commit 1703297
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 = 15000;
static constexpr uint32_t kMaxLookupTimeMsDefault = 45000;

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

0 comments on commit 1703297

Please sign in to comment.