This commit is contained in:
shoopea 2020-06-19 16:44:44 +02:00
parent b9e11c80a6
commit e027d759b4

View File

@ -177,7 +177,7 @@ func cronAutoDeposit() {
}
b, _ := json.Marshal(p)
t := time.Now().UTC()
t.Add(time.Duration(RndIntn(300)))
t.Add(time.Duration(RndIntn(300)) * time.Second)
_, err := createJob(cacheObjSubType[`job_gdeposit`], objJobPriority, c.TGUserID64, 0, t, b)
logOnError(err, "cronAutoDeposit : createJob")
}