工具类修改

This commit is contained in:
ludj
2023-02-13 22:57:53 +08:00
parent 009e325c32
commit 2c9f95b3c6

View File

@@ -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();