#1075 Setting timeout in wisp

kaushik Tue 13 Apr 2010

when trying to upload a huge file using wisp, the socket times out. Is there a way to configure this timeout? This is the final exception I get

sys::IOErr: java.net.SocketTimeoutException: Read timed out

brian Wed 14 Apr 2010

read timeout is explicitly set to 10sec in WispActor around line 42

I will take a look at making that configurable

kaushik Tue 9 Nov 2010

brian,

Did you get a chance to check this?

brian Tue 9 Nov 2010

Sorry, forgot about that one

Try this changeset

Login or Signup to reply.