Lowering requests_limit to 128 from 4096
Co-authored-by: Piotr Wójcik <3044353+pwojcikdev@users.noreply.github.com> Co-authored-by: gr0vity-dev <85646666+gr0vity-dev@users.noreply.github.com>
This commit is contained in:
parent
87f61d8382
commit
2807ceecb4
1 changed files with 1 additions and 1 deletions
|
@ -321,7 +321,7 @@ private:
|
|||
std::thread timeout_thread;
|
||||
|
||||
private: // TODO: Move into config
|
||||
static std::size_t constexpr requests_limit{ 1024 * 4 };
|
||||
static std::size_t constexpr requests_limit{ 128 };
|
||||
static std::size_t constexpr database_requests_limit{ 1024 };
|
||||
static std::size_t constexpr pull_count{ nano::bootstrap_server::max_blocks };
|
||||
static nano::millis_t constexpr timeout{ 1000 * 3 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue