diff options
| author | wanglihui <[email protected]> | 2020-07-23 19:11:12 +0800 |
|---|---|---|
| committer | wanglihui <[email protected]> | 2020-07-23 19:11:12 +0800 |
| commit | ce85515b6dd68043aa073403324b24fc0b27dfb6 (patch) | |
| tree | c16513391463f7e083dc11ce04be47a83e1fbc39 /ip-learning-java-test/src/main/resources/application.properties | |
| parent | 86ecd1b5dfc45252d5d62e667f4fed67f2a126b6 (diff) | |
调整日志输出。
Diffstat (limited to 'ip-learning-java-test/src/main/resources/application.properties')
| -rw-r--r-- | ip-learning-java-test/src/main/resources/application.properties | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/ip-learning-java-test/src/main/resources/application.properties b/ip-learning-java-test/src/main/resources/application.properties index 92e602a..3dbc1a9 100644 --- a/ip-learning-java-test/src/main/resources/application.properties +++ b/ip-learning-java-test/src/main/resources/application.properties @@ -13,5 +13,13 @@ update.arango.batch=10000 thread.pool.number=10 thread.await.termination.time=10 + + +#读取clickhouse时间范围方式,0:读取过去一小时,1:指定时间范围 +time.limit.type=1 read.clickhouse.max.time=1571245220 -read.clickhouse.min.time=1571245210
\ No newline at end of file +read.clickhouse.min.time=1571245210 + +update.interval=3600 +distinct.client.ip.num=10000 +recent.count.hour=24
\ No newline at end of file |
