Skip to content

Commit

Permalink
Adjust default config values
Browse files Browse the repository at this point in the history
  • Loading branch information
pwojcikdev committed Oct 9, 2023
1 parent 5ffd62c commit ad1c9ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nano/node/scheduler/hinted.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ class hinted_config final
nano::error serialize (nano::tomlconfig & toml) const;

public:
std::chrono::milliseconds check_interval{ 5000 };
std::chrono::milliseconds block_cooldown{ 10000 };
std::chrono::milliseconds check_interval{ 1000 };
std::chrono::milliseconds block_cooldown{ 5000 };
uint hinting_threshold_percent{ 10 };
};

Expand Down

0 comments on commit ad1c9ea

Please sign in to comment.