diff options
| author | wanglihui <[email protected]> | 2020-08-12 15:07:04 +0800 |
|---|---|---|
| committer | wanglihui <[email protected]> | 2020-08-12 15:07:04 +0800 |
| commit | 5a039bb492c7eb7d1813edfebcb398f100544a3a (patch) | |
| tree | 9a12d59709c45d449695e516f82a1f0fbe65d48d /ip-learning-java-test/src/main/resources/application.properties | |
| parent | 2592b5b8aa25c3aea746e58b4cdf4fab7a1979ba (diff) | |
ignore scala.xml
Diffstat (limited to 'ip-learning-java-test/src/main/resources/application.properties')
| -rw-r--r-- | ip-learning-java-test/src/main/resources/application.properties | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/ip-learning-java-test/src/main/resources/application.properties b/ip-learning-java-test/src/main/resources/application.properties deleted file mode 100644 index 92a4143..0000000 --- a/ip-learning-java-test/src/main/resources/application.properties +++ /dev/null @@ -1,34 +0,0 @@ -#arangoDB参数配置 -arangoDB.host=192.168.40.182 -arangoDB.port=8529 -arangoDB.user=root -arangoDB.password=111111 -#arangoDB.DB.name=ip-learning-test -arangoDB.DB.name=insert_iplearn_index -arangoDB.batch=100000 -arangoDB.ttl=3600 - -update.arango.batch=10000 - -thread.pool.number=10 -thread.await.termination.time=10 - - - -#读取clickhouse时间范围方式,0:读取过去一小时,1:指定时间范围 -clickhouse.time.limit.type=1 -read.clickhouse.max.time=1571245220 -read.clickhouse.min.time=1571245210 - -#读取arangoDB时间范围方式,0:正常读,1:指定时间范围 -arango.time.limit.type=1 -read.arango.max.time=1571245220 -read.arango.min.time=1571245210 - -update.interval=3600 -distinct.client.ip.num=10000 -recent.count.hour=24 - -top.domain.file.name=topDomain.txt - -arangoDB.read.limit=
\ No newline at end of file |
