Skip to content

Commit

Permalink
reduced LeaseSet lookup timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
orignal committed Dec 22, 2024
1 parent 3bdfa55 commit 55708d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libi2pd/Destination.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ namespace client
const int PUBLISH_VERIFICATION_TIMEOUT = 10; // in seconds after successful publish
const int PUBLISH_MIN_INTERVAL = 20; // in seconds
const int PUBLISH_REGULAR_VERIFICATION_INTERNAL = 100; // in seconds periodically
const int LEASESET_REQUEST_TIMEOUT = 5; // in seconds
const int MAX_LEASESET_REQUEST_TIMEOUT = 40; // in seconds
const int LEASESET_REQUEST_TIMEOUT = 3; // in seconds
const int MAX_LEASESET_REQUEST_TIMEOUT = 20; // in seconds
const int DESTINATION_CLEANUP_TIMEOUT = 44; // in seconds
const int DESTINATION_CLEANUP_TIMEOUT_VARIANCE = 30; // in seconds
const unsigned int MAX_NUM_FLOODFILLS_PER_REQUEST = 7;
Expand Down

0 comments on commit 55708d2

Please sign in to comment.