Return-Path: X-Original-To: apmail-chemistry-dev-archive@www.apache.org Delivered-To: apmail-chemistry-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6158011740 for ; Wed, 3 Sep 2014 07:35:22 +0000 (UTC) Received: (qmail 18788 invoked by uid 500); 3 Sep 2014 07:35:19 -0000 Delivered-To: apmail-chemistry-dev-archive@chemistry.apache.org Received: (qmail 18736 invoked by uid 500); 3 Sep 2014 07:35:19 -0000 Mailing-List: contact dev-help@chemistry.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@chemistry.apache.org Delivered-To: mailing list dev@chemistry.apache.org Received: (qmail 18724 invoked by uid 99); 3 Sep 2014 07:35:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Sep 2014 07:35:19 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [87.230.106.24] (HELO vwp1524.webpack.hosteurope.de) (87.230.106.24) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Sep 2014 07:35:12 +0000 Received: from app05.ox.hosteurope.de ([92.51.170.12]); authenticated by vwp1524.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.0:RSA_ARCFOUR_MD5:16) id 1XP55f-0002wE-9V; Wed, 03 Sep 2014 09:34:51 +0200 Date: Wed, 3 Sep 2014 09:34:51 +0200 (CEST) From: =?UTF-8?Q?Florian_M=C3=BCller?= Reply-To: =?UTF-8?Q?Florian_M=C3=BCller?= To: Chris Owens , dev Message-ID: <1550675231.7564.1409729691282.open-xchange@app05.ox.hosteurope.de> In-Reply-To: References: Subject: Re: Cmis Workbench - Limit Number of Documents Retrieved MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Priority: 3 Importance: Medium X-Mailer: Open-Xchange Mailer v7.4.2-Rev33 X-bounce-key: webpack.hosteurope.de;fmui@apache.org;1409729712;d74ca195; X-Virus-Checked: Checked by ClamAV on apache.org Hi Chris, The Workbench in trunk can limit the number of children. See issue CMIS-836 [1]. If you are using the Expert login tab, you just have to add "cmis.workbench.folder.maxChildren=1000" to limit the children to 1000. You can also set the system property "cmis.workbench.folder.maxChildren" in the Workbench start script. That has the same effect also for all login tabs. - Florian [1] https://issues.apache.org/jira/browse/CMIS-836 > Hey guys, > > Just wanted to check if there's a setting somewhere to limit the the number of > children workbench will retrieve? > It seems to be automatically following all of the next links until it grabs > all of the children. Normally this would be good, but I've got a few folders > with thousands of documents and it's not practical for workbench to load all > of them. > Cheers,Chris