Browse Source

update 区块星链

tags/v3.4.1
DengBiao 2 years ago
parent
commit
f2293696fc
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      rule/block_star_chain_settlement.go

+ 1
- 1
rule/block_star_chain_settlement.go View File

@@ -29,7 +29,7 @@ func Init(redisAddr string) (err error) {
// DailySettlementBlockStarChain 每日结算“区块星链”
func DailySettlementBlockStarChain(engine *xorm.Engine, mid string, isTask bool) (err error) {
//TODO::先休眠10分钟
time.Sleep(time.Minute * 10)
time.Sleep(time.Minute * 5)
session := engine.NewSession()
defer func() {
session.Close()


Loading…
Cancel
Save