소스 검색

Use XMLPage passthrough mode to speed up and consume less memory for big XML exports.

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@944 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 14 년 전
부모
커밋
c2bf1c76de
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      webservices/export.php

+ 1 - 1
webservices/export.php

@@ -79,7 +79,7 @@ if (!empty($sExpression))
 				break;
 				
 				case 'xml':
-				$oP = new XMLPage("iTop - Export");
+				$oP = new XMLPage("iTop - Export", true /* passthrough */);
 				cmdbAbstractObject::DisplaySetAsXML($oP, $oSet);
 				break;