aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2018-05-22 15:11:36 +0200
committerdec05eba <dec05eba@protonmail.com>2018-05-22 15:11:39 +0200
commit81943b72a9a8de72da9dbdd6fa6337aae4d93ccf (patch)
tree628120f2f5281aae438b02e2b1e60de2292640e8 /src/main.cpp
parentb1e534009e564dee9517c0679230d380bd64f96c (diff)
Increase not active timer
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 1c359ca..8b8bddf 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -912,7 +912,7 @@ int main(int argc, char **argv)
channel->update();
}
- if(lastFocusedTimer.getElapsedTime().asMilliseconds() > 3000)
+ if(lastFocusedTimer.getElapsedTime().asMilliseconds() > 5000)
{
this_thread::sleep_for(chrono::milliseconds(250));
continue;