Skip to content

Commit 1447b17

Browse files
committed
Gamepad input delay of 5ms results in more delay in overall latency
Gamepad input notification delay of 5ms results in more delay in overall latency playing Cloud game using webrtc. We do not need to wait 5ms to fire the scheduler. Original Author: manoj_bhatta@comcast.com See: #1384
1 parent 6e84da2 commit 1447b17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/WebCore/platform/gamepad/wpe/WPEGamepadProvider.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
namespace WebCore {
3939

4040
static const Seconds connectionDelayInterval { 500_ms };
41-
static const Seconds inputNotificationDelay { 5_ms };
41+
static const Seconds inputNotificationDelay { 0_ms };
4242

4343
WPEGamepadProvider& WPEGamepadProvider::singleton()
4444
{

0 commit comments

Comments
 (0)