change timeout to 60
This commit is contained in:
parent
937daba018
commit
38c7687acd
@ -31,4 +31,4 @@ NSString * const NotificationResponseLoaded = @"responseLoaded";
|
|||||||
NSString * const MVMCoreNotificationGoingToServer = @"MVMCoreGoServer";
|
NSString * const MVMCoreNotificationGoingToServer = @"MVMCoreGoServer";
|
||||||
|
|
||||||
#pragma mark - Image Cache
|
#pragma mark - Image Cache
|
||||||
NSTimeInterval const ImageTimeOut = 1800;
|
NSTimeInterval const ImageTimeOut = 60;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user