diff --git a/Limelight/Input/StreamView.m b/Limelight/Input/StreamView.m index 9886d7d..70c425e 100644 --- a/Limelight/Input/StreamView.m +++ b/Limelight/Input/StreamView.m @@ -53,7 +53,7 @@ touchLocation = [touch locationInView:self]; touchMoved = false; if ([[event allTouches] count] == 1 && !isDragging) { - dragTimer = [NSTimer scheduledTimerWithTimeInterval:2.0 + dragTimer = [NSTimer scheduledTimerWithTimeInterval:1.0 target:self selector:@selector(onDragStart:) userInfo:nil