Skip to content

Commit 3946d5a

Browse files
authored
Merge pull request #1325 from mbhatt627/gamepad-input
Decrease schedule input notification to 5.
2 parents bf2bd03 + 67c5bab commit 3946d5a

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 { 50_ms };
41+
static const Seconds inputNotificationDelay { 5_ms };
4242

4343
WPEGamepadProvider& WPEGamepadProvider::singleton()
4444
{

0 commit comments

Comments
 (0)