I am working on a map/reduce that doesn't return exactly what I am expecting in rereduce cases.
I'd like to debug it but I at least want too see what's in it, so I output a lot of things and Couch returns with a reduce_overflow_error
each time I run the view.
Is it possible to deactivate this behavior?
I know this is here to prevent developers doing unhealthy views, but if I want to do crap, shouldn't I be allowed to? Especially when debugging.