Comment 3 for bug 721603

Revision history for this message
Anand Chitipothu (anandology) wrote :

Fixed the first one.

I think the second one is failing because it is trying to make a GET request with too long url.

A GET requesy is made to couchdb with all the seeds joined with OR. Since there were 300 seeds, the URL was becoming too long and going beyond the URL length limit. I'll try to see if I can use POST instead of GET.