Skip to content

Commit 19b8c12

Browse files
committed
Better performance on VersionControllServices
1 parent 72c938e commit 19b8c12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

appManager/mains/AppWithContent.as

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@
367367
appName = appName.substring(appName.lastIndexOf('.')+1);
368368
var versionContrllURL:String = Contents.config.version_controll_url+''+appName+'.xml' ;
369369
trace("Version controll : "+versionContrllURL);
370-
VersionController.controllVersion(currentVersionIsOk,stopThisVersion,new URLRequest(versionContrllURL),DevicePrefrence.appVersion);
370+
VersionController.controllVersion(currentVersionIsOk,stopThisVersion,new URLRequest(versionContrllURL),DevicePrefrence.appVersion,true);
371371
}
372372
}
373373

0 commit comments

Comments
 (0)