Skip to content

Commit

Permalink
feat:增加持久化默认参数
Browse files Browse the repository at this point in the history
  • Loading branch information
erichuyuehu committed Aug 17, 2023
1 parent bfb9164 commit ca529cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MSDKDns/CacheManager/MSDKDnsParamsManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ - (id) init {
_msdkAddressType = HttpDnsAddressTypeAuto;
_enableKeepDomainsAlive = YES;
_expiredIPEnabled = NO;
_persistCacheIPEnabled = NO;
_enableDetectHostServer = NO;
}
return self;
Expand Down

0 comments on commit ca529cf

Please sign in to comment.