Skip to content

Commit c0dcc01

Browse files
committed
fixed config
1 parent 6439b81 commit c0dcc01

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

QiniuSDK/Storage/QNConfiguration.m

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ - (instancetype)initWithBuilder:(QNConfigurationBuilder *)builder {
8686
}else{
8787
_dns = nil;
8888
}
89+
_enableBackgroundUpload = YES;
8990
}
9091
return self;
9192
}
@@ -111,8 +112,8 @@ - (instancetype)init {
111112
_disableATS = YES;
112113

113114
_enableBackgroundUpload = NO;
114-
115-
_upStatsRate = 0.3;
115+
116+
_upStatsRate = 0.3;
116117
}
117118
return self;
118119
}

0 commit comments

Comments
 (0)