Skip to content

Commit efb3b72

Browse files
committed
default config
1 parent f391279 commit efb3b72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

QiniuSDK/Storage/QNConfiguration.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ - (instancetype)initWithBuilder:(QNConfigurationBuilder *)builder {
8686
}else{
8787
_dns = nil;
8888
}
89-
_enableBackgroundUpload = NO;
89+
_enableBackgroundUpload = builder.enableBackgroundUpload;
9090
}
9191
return self;
9292
}

0 commit comments

Comments
 (0)