You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2014/06/06 18:58:01 UTC

[3/5] git commit: [flex-utilities] [refs/heads/develop] - adjust buffer size to smooth out UI

adjust buffer size to smooth out UI


Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/6bc8a164
Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/6bc8a164
Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/6bc8a164

Branch: refs/heads/develop
Commit: 6bc8a16447e074d962978911eff824367959020c
Parents: 02f7c69
Author: Alex Harui <ah...@apache.org>
Authored: Thu Jun 5 16:09:41 2014 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Thu Jun 5 16:09:41 2014 -0700

----------------------------------------------------------------------
 ant_on_air/src/org/apache/flex/ant/tags/Checksum.as | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/6bc8a164/ant_on_air/src/org/apache/flex/ant/tags/Checksum.as
----------------------------------------------------------------------
diff --git a/ant_on_air/src/org/apache/flex/ant/tags/Checksum.as b/ant_on_air/src/org/apache/flex/ant/tags/Checksum.as
index 8b049a9..a153fb2 100644
--- a/ant_on_air/src/org/apache/flex/ant/tags/Checksum.as
+++ b/ant_on_air/src/org/apache/flex/ant/tags/Checksum.as
@@ -36,7 +36,7 @@ package org.apache.flex.ant.tags
     [Mixin]
     public class Checksum extends TaskHandler
     {
-		private static var DEFAULT_READBUFFER_SIZE:int = 20 * 1024 * 1024;
+		private static var DEFAULT_READBUFFER_SIZE:int = 2 * 1024 * 1024;
 		
         public static function init(mf:IFlexModuleFactory):void
         {