by archrival » Tue Nov 22, 2011 8:59 am
I have one particular folder that contains several thousands albums. It is impossible to navigate to this folder using the Android app because the default timeout is too low. I found that by adding a line like this httpClient.getParams().setParameter("http.socket.timeout", new Integer(60000)); in executeWithRetry allows the request to complete before throwing the timeout exception. I'm not sure if this should be a configurable option, but increasing it solves my problem. I've also noticed issues with Recently Added and Random.