mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
refs #814, fixed wrong default values for update times causing CPU overload
* use 10s as conservative default value * check in assert if update time is correct
This commit is contained in:
@@ -71,7 +71,8 @@ namespace BlackMisc
|
||||
TypeVPilotRuleBased //!< based on a vPilot rule
|
||||
};
|
||||
|
||||
//! Mode
|
||||
//! Mode, decides if a model is supposed to be used in the model set for model matching
|
||||
//! or not. The combined type "All" is meant for search operations.
|
||||
enum ModelMode
|
||||
{
|
||||
Undefined = 0,
|
||||
|
||||
Reference in New Issue
Block a user