Browse Source

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 years ago
parent
commit
c2bf1c76de
1 changed files with 1 additions and 1 deletions
  1. 1 1
      webservices/export.php

+ 1 - 1
webservices/export.php

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