Skip to content

Commit

Permalink
Update text for (not implemented) network.rate_limit setting.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoskuil committed May 23, 2024
1 parent 71ec974 commit acbcb7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ options_metadata parser::load_settings() THROWS
(
"network.rate_limit",
value<uint32_t>(&configured.network.rate_limit),
"The peer download rate limit in bytes per second, defaults to 1024."
"The peer download rate limit in bytes per second, defaults to 1024 (not implemented)."
)
(
"network.user_agent",
Expand Down

0 comments on commit acbcb7c

Please sign in to comment.