Skip to content
Snippets Groups Projects
Commit 79dde337 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

dht: increase max searches

parent f6b93403
Branches
Tags
No related merge requests found
......@@ -272,7 +272,7 @@ private:
static constexpr unsigned MAX_HASHES {16384};
/* The maximum number of searches we keep data about. */
static constexpr unsigned MAX_SEARCHES {128};
static constexpr unsigned MAX_SEARCHES {2048};
static constexpr std::chrono::minutes MAX_STORAGE_MAINTENANCE_EXPIRE_TIME {10};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment