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

dht: allow to store up to 64k values per hash

parent 75834fb0
No related branches found
No related tags found
No related merge requests found
......@@ -88,7 +88,7 @@ struct Storage {
size_t listener_token {1};
/* The maximum number of values we store for a given hash. */
static constexpr unsigned MAX_VALUES {1024};
static constexpr unsigned MAX_VALUES {64 * 1024};
/**
* Changes caused by an operation on the storage.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment