Skip to content

Commit

Permalink
Increase _kCommandExecutionInterval
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed May 16, 2015
1 parent 72db88c commit bd00c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DFImageManager/Source/NSURLSession/DFURLImageFetcher.m
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ - (void)execute {
@end


static const NSTimeInterval _kCommandExecutionInterval = 0.0025; // 2.5 ms
static const NSTimeInterval _kCommandExecutionInterval = 0.005; // 5 ms

/*! The _DFURLFetcherCommandExecutor serves multiple puproses:
- Prevents NSURLSession trashing
Expand Down

0 comments on commit bd00c77

Please sign in to comment.