Search in Taxonomic Editor runs in it's own thread now.
authorn.hoffmann <n.hoffmann@localhost>
Tue, 2 Feb 2010 17:08:45 +0000 (17:08 +0000)
committern.hoffmann <n.hoffmann@localhost>
Tue, 2 Feb 2010 17:08:45 +0000 (17:08 +0000)
taxeditor-navigation/META-INF/MANIFEST.MF
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/preference/PreferencesUtil.java

index 6f146603eec6b9fb09771805718a9c1d5cd238af..89ff7e4d8b9fb5648c7222f5061b5c925d7788b5 100644 (file)
@@ -16,5 +16,6 @@ Require-Bundle: org.eclipse.ui;bundle-version="3.4.1",
 Bundle-ActivationPolicy: lazy
 Import-Package: org.eclipse.core.resources,
  org.eclipse.core.runtime,
+ org.eclipse.core.runtime.jobs,
  org.eclipse.equinox.app,
  org.osgi.framework
index 4bc460f27c08f7854000c396983e5ea967e05008..6ed0becc18dd74e4a120b4c66a8f7eef4d21aff3 100644 (file)
@@ -348,8 +348,8 @@ public class PreferencesUtil {
                configurator.setSec(null);\r
                // we set page number and size here as this should always be unlimited\r
                configurator.setPageNumber(0);\r
-               // TODO currently limit results to 1000\r
-               configurator.setPageSize(1000);\r
+               // TODO currently limit results to 10000\r
+               configurator.setPageSize(10000);\r
                \r
                return configurator;\r
        }\r