Merge branch '0.9' of github.com:twotoasters/RestKit into 0.9

This commit is contained in:
Blake Watters
2011-04-05 10:06:43 -04:00
7 changed files with 72 additions and 57 deletions

View File

@@ -14,7 +14,6 @@
static RKRequestQueue* gSharedQueue = nil;
static const NSTimeInterval kFlushDelay = 0.3;
static const NSTimeInterval kTimeout = 300.0;
static const NSInteger kMaxConcurrentLoads = 5;
@implementation RKRequestQueue