Hello,

I was testing the Argument Selector and I noticed that when I try to pass 200 nodes it works fine but then I try 250 the page crashes and the error I get from Chrome is Error 101 (net::ERR_CONNECTION_RESET): The connection was reset..

On firefox it just says the The connection was reset.

I checked the logs but nothing shows up.

I though it be be Apache and raised the LimitRequestLine but that did nothing.

Is there way to overcome this or adjust my localhost to be able to process over 250 nodes to another view.

Thanks.

Comments

infojunkie’s picture

I guess it has to do with the URL length. You might want to read into this.

infojunkie’s picture

Component: Core » Actions

According to this StackOverflow question, the pragmatic limit is around 2000 chars.

You can convert this to a feature request to support any number of nodes, but it would be a tricky implementation and I doubt I can get to it soon.

aznboy’s picture

Hi,

Thanks for the post. I suppose a workaround is compile apache with a higher limit and use firefox from my readings. Well, I'm only surprised no one has brought this up as the node limit is so small but guess it is not used much.

Thanks again.

infojunkie’s picture

Status: Active » Fixed

Marking as fixed for now.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.