Changeset 1506

Show
Ignore:
Timestamp:
12/01/08 18:23:52 (5 weeks ago)
Author:
csims
Message:

fixed serialization slowdown

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/dev/javarosa/org.javarosa.core/src/org/javarosa/core/util/MD5.java

    r1221 r1506  
    330330                state.state[2] += c; 
    331331                state.state[3] += d; 
    332                 System.gc(); 
     332                 
     333                //ctsims - Dec 1. 2008 
     334                //This call doesn't play well with others, and doesn't have a reason to be here. 
     335                //It makes serialization super slow, so I took it out. 
     336                //System.gc(); 
    333337        } 
    334338