From 68f5e734d8cadbd001aa6f0537f916e0874c19d8 Mon Sep 17 00:00:00 2001 From: "Pfeil, Scott Robert" Date: Tue, 8 Dec 2020 14:49:47 -0500 Subject: [PATCH] keep alive on all user touches --- MVMCore/MVMCore/LoadHandling/MVMCoreLoadRequestOperation.m | 1 - 1 file changed, 1 deletion(-) diff --git a/MVMCore/MVMCore/LoadHandling/MVMCoreLoadRequestOperation.m b/MVMCore/MVMCore/LoadHandling/MVMCoreLoadRequestOperation.m index 54e6f20..966700a 100644 --- a/MVMCore/MVMCore/LoadHandling/MVMCoreLoadRequestOperation.m +++ b/MVMCore/MVMCore/LoadHandling/MVMCoreLoadRequestOperation.m @@ -149,7 +149,6 @@ if (!requestForMissingData) { // We have all the needed data, continue with the load. - [[MVMCoreSessionTimeHandler sharedSessionHandler] sendKeepAliveToServer:NO]; [MVMCoreLoadRequestOperation handleLoadObject:loadObject error:nil]; } else {