svn propchange: r1369536 - svn:log

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn propchange: r1369536 - svn:log

adrianc
Author: adrianc
Revision: 1369536
Modified property: svn:log

Modified: svn:log at Sun Aug  5 08:12:42 2012
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Sun Aug  5 08:12:42 2012
@@ -1 +1 @@
-Refactored PersistedServiceJob.java so that it contains the GenericValue it represents. This improves throughput because the original code hit the JobSandbox entity about 10 times for each job, and with this change, there are only two JobSandbox hits per job.
+Refactored PersistedServiceJob.java so that it contains the GenericValue it represents. This improves throughput because the original code retrieved the JobSandbox entity value about 10 times for each job, and with this change the JobSandbox entity value is retrieved twice per job.