aboutsummaryrefslogtreecommitdiff
path: root/src/QuickMedia.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/QuickMedia.cpp')
-rw-r--r--src/QuickMedia.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/QuickMedia.cpp b/src/QuickMedia.cpp
index 4265310..646d065 100644
--- a/src/QuickMedia.cpp
+++ b/src/QuickMedia.cpp
@@ -2487,7 +2487,7 @@ namespace QuickMedia {
bool in_seeking = false;
sf::Clock seeking_start_timer;
- const float seeking_restart_timeout_sec = 4.0f; // TODO: Test if this timeout is good on slow hardware such as pinephone and slow internet
+ const float seeking_restart_timeout_sec = 10.0f; // TODO: Test if this timeout is good on slow hardware such as pinephone and slow internet
const int num_load_tries_max = 3;
int load_try = 0;