We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f391279 commit efb3b72Copy full SHA for efb3b72
QiniuSDK/Storage/QNConfiguration.m
@@ -86,7 +86,7 @@ - (instancetype)initWithBuilder:(QNConfigurationBuilder *)builder {
86
}else{
87
_dns = nil;
88
}
89
- _enableBackgroundUpload = NO;
+ _enableBackgroundUpload = builder.enableBackgroundUpload;
90
91
return self;
92
0 commit comments