Index: trunk/MagicSoft/Mars/datacenter/macros/getdolist.C
===================================================================
--- trunk/MagicSoft/Mars/datacenter/macros/getdolist.C	(revision 7323)
+++ trunk/MagicSoft/Mars/datacenter/macros/getdolist.C	(revision 7324)
@@ -113,6 +113,6 @@
     query+=Form(" ORDER BY %s.%s DESC ", table.Data(), rc.GetValue(table+".Primary", ""));
 
-//    if (table=="RunProcessStatus")
-//        query+="LIMIT 0, 500";
+    if (table=="RunProcessStatus")
+        query+="LIMIT 0, 500";
 
     cout << "query: " << query << endl;
