Skip to content

Commit

Permalink
Increases tsclient statistic output by a factor of 10
Browse files Browse the repository at this point in the history
  • Loading branch information
oTTer-Chief committed Mar 23, 2019
1 parent 4ed5947 commit e379567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/tsclient/Application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Application::Application(Parameters const& par) : par_(par) {
std::string output_prefix =
boost::lexical_cast<std::string>(par_.client_index()) + ": ";
sinks_.push_back(std::unique_ptr<fles::TimesliceSink>(
new TimesliceAnalyzer(10000, status_log_.stream, output_prefix)));
new TimesliceAnalyzer(1000, status_log_.stream, output_prefix)));
}

if (par_.verbosity() > 0) {
Expand Down

0 comments on commit e379567

Please sign in to comment.