Skip to content

Commit

Permalink
Reverted delay_sending_modifieds default settings to false (#134)
Browse files Browse the repository at this point in the history
After discussions with GAMS/MADARA users, we've decided to revert this change. The users who demanded this are no longer using GAMS/MADARA.
  • Loading branch information
sedrakSofthenge authored and jredmondson committed Jan 24, 2019
1 parent 194b025 commit a84f565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/madara/knowledge/EvalSettings.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ struct MADARA_EXPORT EvalSettings : public KnowledgeUpdateSettings
**/
EvalSettings()
: KnowledgeUpdateSettings(),
delay_sending_modifieds(true),
delay_sending_modifieds(false),
pre_print_statement(""),
post_print_statement("")
{
Expand Down

0 comments on commit a84f565

Please sign in to comment.