Explorar el Código

update 区块星链

tags/v3.4.1
DengBiao hace 2 años
padre
commit
f2293696fc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      rule/block_star_chain_settlement.go

+ 1
- 1
rule/block_star_chain_settlement.go Ver fichero

@@ -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()


Cargando…
Cancelar
Guardar