diff --git a/indra/newview/llinventorymodel.cpp b/indra/newview/llinventorymodel.cpp
index 84c7e66bae51138deba5ef334a10b67d01ac888f..ffd3f53c1e0c671c832835b71b4b7583296903c3 100644
--- a/indra/newview/llinventorymodel.cpp
+++ b/indra/newview/llinventorymodel.cpp
@@ -3588,12 +3588,12 @@ bool LLInventoryModel::loadFromFile(const std::string& filename,
 			}	
 		}
 
-		static constexpr U64 BATCH_SIZE = 512U;
-		if ((++lines_count % BATCH_SIZE) == 0)
-		{
-			// SL-19968 - make sure message system code gets a chance to run every so often
-			pump_idle_startup_network();
-		}
+		//static constexpr U64 BATCH_SIZE = 512U;
+		//if ((++lines_count % BATCH_SIZE) == 0)
+		//{
+		//	// SL-19968 - make sure message system code gets a chance to run every so often
+		//	pump_idle_startup_network();
+		//}
 	}
 
 	file.close();