mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 06:01:12 +00:00
Increase computer seeking timeout for 'stream' and 'list' actions
The host may take some time to wake up from sleep.
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
#include <QCoreApplication>
|
#include <QCoreApplication>
|
||||||
#include <QTimer>
|
#include <QTimer>
|
||||||
|
|
||||||
#define COMPUTER_SEEK_TIMEOUT 10000
|
#define COMPUTER_SEEK_TIMEOUT 30000
|
||||||
#define APP_SEEK_TIMEOUT 10000
|
#define APP_SEEK_TIMEOUT 10000
|
||||||
|
|
||||||
namespace CliListApps
|
namespace CliListApps
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
#include <QCoreApplication>
|
#include <QCoreApplication>
|
||||||
#include <QTimer>
|
#include <QTimer>
|
||||||
|
|
||||||
#define COMPUTER_SEEK_TIMEOUT 10000
|
#define COMPUTER_SEEK_TIMEOUT 30000
|
||||||
#define APP_SEEK_TIMEOUT 10000
|
#define APP_SEEK_TIMEOUT 10000
|
||||||
|
|
||||||
namespace CliStartStream
|
namespace CliStartStream
|
||||||
|
|||||||
Reference in New Issue
Block a user