diff options
author | dec05eba <dec05eba@protonmail.com> | 2020-12-21 21:00:45 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-12-21 21:00:45 +0100 |
commit | 147b20d53455c9ec28929eddcf43e77bc8d332eb (patch) | |
tree | 98282d60a7c52a8e462dbca23796004a8b9df1b7 /src | |
parent | 5394d8e2c85b52d7375a02f72e089d22a82fba1b (diff) |
Ooga booga
Diffstat (limited to 'src')
-rw-r--r-- | src/VideoPlayer.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/VideoPlayer.cpp b/src/VideoPlayer.cpp index 22d1762..bc37710 100644 --- a/src/VideoPlayer.cpp +++ b/src/VideoPlayer.cpp @@ -191,9 +191,7 @@ namespace QuickMedia { } VideoPlayer::Error VideoPlayer::update() { - int max_retries_find_window = 20; - if(use_tor) - max_retries_find_window = 60; + const int max_retries_find_window = 1000; if(ipc_socket == -1) return Error::INIT_FAILED; |