[Zope-dev] Re: [Zope] New location for Zope Collectors
Chris McDonough
chrism at zopemafia.com
Thu Oct 23 16:39:35 EDT 2003
Aha! This is likely due to the monkey-patched searchResults method of
the catalog tool. It is patched from within the ZopeOrg product's
__init__.py:
if not kw.has_key('sort_limit'):
kw['sort_limit'] = 200
I'm sure this was put into there to foil some sort of DOS, but I think
it should be taken out on the appserver and we should see what happens
from there... do you think you can do this Jens?
On Thu, 2003-10-23 at 16:05, Chris McDonough wrote:
> On the new collector instances the high size of a collection of objects
> seems to be limited to 200. Aha! Here we have evidence that someone
> has hardcoded the number "200" as the upper limit for the number of
> catalog results returned from the portal catalog on zope.org. This
> happens with howtos and products too. I suspect that if we grep the
> source for 200 we'll likely be able to fix it. I'll do that now...
>
> On Thu, 2003-10-23 at 14:37, Jens Vagelpohl wrote:
> > Hi everyone,
> >
> > The issue collectors formerly hosted on collector.zope.org have been
> > migrated to the main zope.org website and are now available at the
> > following address::
> >
> > http://www.zope.org/Collectors/
> >
> > I have tried to find all links to these collectors, but there might be
> > old links in various places that still point to collector.zope.org. The
> > hostname collector.zope.org will, once the DNS change has propagated,
> > point to www.zope.org.
> >
> > jens
> >
> >
> > _______________________________________________
> > Zope maillist - Zope at zope.org
> > http://mail.zope.org/mailman/listinfo/zope
> > ** No cross posts or HTML encoding! **
> > (Related lists -
> > http://mail.zope.org/mailman/listinfo/zope-announce
> > http://mail.zope.org/mailman/listinfo/zope-dev )
>
>
> _______________________________________________
> Zope maillist - Zope at zope.org
> http://mail.zope.org/mailman/listinfo/zope
> ** No cross posts or HTML encoding! **
> (Related lists -
> http://mail.zope.org/mailman/listinfo/zope-announce
> http://mail.zope.org/mailman/listinfo/zope-dev )
More information about the Zope-Dev
mailing list