Skip to content

Commit

Permalink
Change message TTL defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
BatchDrake committed Jan 28, 2022
1 parent 3300d7b commit d8a9a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion App/GuiConfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ GuiConfig::loadDefaults(void)
this->useGLWaterfall = false;
this->useMaxBlending = false;
this->enableMsgTTL = true;
this->msgTTL = 10; // in milliseconds
this->msgTTL = 15; // in milliseconds
}

#define STRINGFY(x) #x
Expand Down

0 comments on commit d8a9a9d

Please sign in to comment.