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