summaryrefslogtreecommitdiff
path: root/src/main/resources/application.yml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/application.yml')
-rw-r--r--src/main/resources/application.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index edf83c7..861ff44 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -36,6 +36,13 @@ entity:
sql: SELECT DISTINCT client_ip FROM psiphon_client_detection_event WHERE event_time >= now()-600 AND event_time < now() AND notEmpty(client_ip)
ipObjectId: 8533
ipObjectName: Psiphon_Client_IP
+ delete:
+ cron: 0 0/5 * * * ?
+ enable: true
+ #偏移秒数,正数向未来偏移,负数向历史偏移
+ offset: -600
+ ipObjectId: 8533
+ ipObjectName: Psiphon_Client_IP
## ClickhHouse configuration
clickhouse:
url: http://192.168.44.12:8123