views:

40

answers:

1

If my connection hangs, is there a way to set a timeout for TTURLRequest?

A: 

No, the timeout is hardcoded in TTURLRequestQueue.m:

static const NSTimeInterval kTimeout = 300.0;

I really wonder why this is.

tonklon