Skip to content

Commit

Permalink
(#6983) Collector.advertise use_tcp should default to true
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshKarpel committed Apr 11, 2019
1 parent a9297b5 commit c30f8da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python-bindings/collector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ struct Collector {


// TODO: this has crappy error handling when there are multiple collectors.
void advertise(list ads, const std::string &command_str="UPDATE_AD_GENERIC", bool use_tcp=false)
void advertise(list ads, const std::string &command_str="UPDATE_AD_GENERIC", bool use_tcp=true)
{
m_collectors->rewind();
Daemon *collector;
Expand Down

0 comments on commit c30f8da

Please sign in to comment.