summaryrefslogtreecommitdiff
path: root/properties
diff options
context:
space:
mode:
authorwangkuan <[email protected]>2023-11-16 11:54:48 +0800
committerwangkuan <[email protected]>2023-11-16 11:54:48 +0800
commitbde8e37bec807fae581d166b1661e5e3bcbdf9c9 (patch)
tree2c77b4a39e77d723d8af050b4d0ffe5ef7fa5e84 /properties
parentb3858f2e3049aa395cc982b28ac318d3e233d970 (diff)
增加缓存过期机制解决问题TSG-17358HEADmain
Diffstat (limited to 'properties')
-rw-r--r--properties/service_flow_config.properties5
1 files changed, 4 insertions, 1 deletions
diff --git a/properties/service_flow_config.properties b/properties/service_flow_config.properties
index 9d0ab67..65358a7 100644
--- a/properties/service_flow_config.properties
+++ b/properties/service_flow_config.properties
@@ -26,4 +26,7 @@ tools.library=D:\\K18-Phase2\\tsgSpace\\dat\\tsg\\
#account-ip对应关系表
hbase.account.table.name=tsg_galaxy:relation_account_framedip
-hbase.scan.limit=100000 \ No newline at end of file
+hbase.scan.limit=100000
+
+cache.expire.seconds=86400
+cache.max.size=10000000 \ No newline at end of file