工具类修改
This commit is contained in:
@@ -53,7 +53,8 @@ public class StringUtils {
|
|||||||
private static final UserAgentAnalyzer USER_AGENT_ANALYZER = UserAgentAnalyzer
|
private static final UserAgentAnalyzer USER_AGENT_ANALYZER = UserAgentAnalyzer
|
||||||
.newBuilder()
|
.newBuilder()
|
||||||
.hideMatcherLoadStats()
|
.hideMatcherLoadStats()
|
||||||
.withCache(10000)
|
.withCache(1)
|
||||||
|
// .withCache(10000)
|
||||||
.withField(UserAgent.AGENT_NAME_VERSION)
|
.withField(UserAgent.AGENT_NAME_VERSION)
|
||||||
.build();
|
.build();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user