mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2025-07-02 07:46:07 +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:
parent
6397031e46
commit
486c46781b
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user