Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Merge pull request #8691 from EOSIO/defer-desc-dev
Browse files Browse the repository at this point in the history
incoming-defer-ratio description - develop
  • Loading branch information
heifner authored Feb 24, 2020
2 parents f1e8907 + 94ad0d3 commit c377c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/producer_plugin/producer_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ void producer_plugin::set_program_options(
("subjective-cpu-leeway-us", boost::program_options::value<int32_t>()->default_value( config::default_subjective_cpu_leeway_us ),
"Time in microseconds allowed for a transaction that starts with insufficient CPU quota to complete and cover its CPU usage.")
("incoming-defer-ratio", bpo::value<double>()->default_value(1.0),
"ratio between incoming transations and deferred transactions when both are exhausted")
"ratio between incoming transactions and deferred transactions when both are queued for execution")
("incoming-transaction-queue-size-mb", bpo::value<uint16_t>()->default_value( 1024 ),
"Maximum size (in MiB) of the incoming transaction queue. Exceeding this value will subjectively drop transaction with resource exhaustion.")
("producer-threads", bpo::value<uint16_t>()->default_value(config::default_controller_thread_pool_size),
Expand Down

0 comments on commit c377c55

Please sign in to comment.