i removed the reduce function as well :-\ On Thu, Sep 11, 2008 at 11:09 PM, Chris Anderson <[EMAIL PROTECTED]> wrote:
> On Thu, Sep 11, 2008 at 12:31 PM, william kinney
> <[EMAIL PROTECTED]> wrote:
> > I simplified the map function to:
> >
> > function(doc) {
> > emit(doc._id, doc);
> > }
> >
>
> Not sure if I missed this, but what happens if you remove the reduce
> function altogether? Just the map alone should not be timing out.
>
>
> --
> Chris Anderson
> http://jchris.mfdz.com
>
