]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - eclipse/plugins/org.argeo.slc.client.ui/src/main/java/org/argeo/slc/client/ui/views/JcrProcessListView.java
Increase query limit
[gpl/argeo-slc.git] / eclipse / plugins / org.argeo.slc.client.ui / src / main / java / org / argeo / slc / client / ui / views / JcrProcessListView.java
index 2df53034bb347c24d8cb60bc86f5dcd3e4dc1935..7fe300dcd6cc56c7c10d436c17ea4168da9e2f99 100644 (file)
@@ -43,10 +43,7 @@ import org.eclipse.ui.IWorkbenchPage;
 import org.eclipse.ui.PlatformUI;
 import org.eclipse.ui.part.ViewPart;
 
-/**
- * This class display the list of all processes that have run in the
- * corresponding agent. Currently, the local agent.
- */
+/** Displays processes. */
 public class JcrProcessListView extends ViewPart {
        public static final String ID = "org.argeo.slc.client.ui.jcrProcessListView";
 
@@ -58,7 +55,7 @@ public class JcrProcessListView extends ViewPart {
 
        private DateFormat dateFormat = new SimpleDateFormat(
                        "EEE, dd MMM yyyy HH:mm:ss");
-       private Integer queryLimit = 100;
+       private Integer queryLimit = 2000;
 
        public void createPartControl(Composite parent) {
                Table table = createTable(parent);