diff options
Diffstat (limited to 'metawatch')
-rw-r--r-- | metawatch/metawatch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/metawatch/metawatch.h b/metawatch/metawatch.h index e6cedc6..109fb23 100644 --- a/metawatch/metawatch.h +++ b/metawatch/metawatch.h @@ -26,7 +26,7 @@ public: explicit MetaWatch(ConfigKey *settings, QObject *parent = 0); ~MetaWatch(); - static const int DelayBetweenMessages = 10; + static const int DelayBetweenMessages = 5; static const int VibrateLength = 500; static const int DelayBetweenRings = 2500; |