diff options
Diffstat (limited to 'client/Config.h')
-rw-r--r-- | client/Config.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/client/Config.h b/client/Config.h index ac2ed31..67d5cde 100644 --- a/client/Config.h +++ b/client/Config.h @@ -237,9 +237,15 @@ public: /** * @brief Static proxy speed value limit.<br/> * This value is used to determine speed label color. - * All speed value below this constant will be red, higher values will be green + * All speed value below this constant will be yellow, higher values will be green */ const unsigned StaticProxySpeedLow; + /** + * @brief Static proxy speed value limit.<br/> + * This value is used to determine speed label color. + * All speed value below this constant will be red, higher values will be yellow + */ + const unsigned StaticProxySpeedLowCrucial; protected: /** * @brief Class to represend 'server' record in the config file @@ -330,4 +336,4 @@ private: vector<FileEntry> fileActions; }; -#endif
\ No newline at end of file +#endif |