From 9fcc15d1e6e640466b10afb9f18a8fcf303c3a13 Mon Sep 17 00:00:00 2001
From: zainali5120 <512061637@qq.com>
Date: Sun, 06 Sep 2020 13:39:47 +0800
Subject: [PATCH] TRC20同步

---
 src/main/resources/application-test.yml |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml
index 92a30d3..45a0feb 100644
--- a/src/main/resources/application-test.yml
+++ b/src/main/resources/application-test.yml
@@ -91,12 +91,16 @@
 
 
 app:
-  debug: true
+  debug: false
   redis_expire: 3000
-  kline-update-job: true
+  kline-update-job: false
   newest-price-update-job: true
+  #日线 该任务不能与最新价处于同一个服务器
+  day-line: true
   other-job: true
-  rabbit-consumer: false
+  loop-job: true
+  rabbit-consumer: true
+  block-job: true
 
 aliyun:
   oss:

--
Gitblit v1.9.1