clear artifacts after posting

This commit is contained in:
Joe Ho 2019-09-18 16:08:44 -04:00
parent 65827284f1
commit a51d718645

View File

@ -369,6 +369,7 @@ final class AddLogicalImageTask implements Runnable {
}
if (lineNumber % POST_ARTIFACT_INTERVAL == 0) {
postArtifacts(artifacts);
artifacts.clear();
}
String query = makeQuery(createVHD, vhdFilename, fileMetaAddressStr, parentPath, filename);