Skip to content

Commit

Permalink
#1376: gossiplb: default to async informs
Browse files Browse the repository at this point in the history
  • Loading branch information
nlslatt committed May 11, 2021
1 parent 5bdf7e8 commit a00573e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vt/vrt/collection/balance/gossiplb/gossiplb.h
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ struct GossipLB : BaseLB {
TimeType new_imbalance_ = 0.0;
TimeType target_max_load_ = 0.0;
CriterionEnum criterion_ = CriterionEnum::ModifiedGrapevine;
InformTypeEnum inform_type_ = InformTypeEnum::SyncInform;
InformTypeEnum inform_type_ = InformTypeEnum::AsyncInform;
ObjectOrderEnum obj_ordering_ = ObjectOrderEnum::FewestMigrations;
CMFTypeEnum cmf_type_ = CMFTypeEnum::NormByMax;
KnowledgeEnum knowledge_ = KnowledgeEnum::Log;
Expand Down

0 comments on commit a00573e

Please sign in to comment.