Skip to content

Commit

Permalink
fix: remove the token holder balance task
Browse files Browse the repository at this point in the history
  • Loading branch information
formingform committed Jun 26, 2023
1 parent 0e6fa30 commit 70cb350
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ public void totalUpdateTokenTotalSupply() {
* @return void
* @date 2021/2/1
*/
@XxlJob("incrementUpdateTokenHolderBalanceJobHandler")
//@XxlJob("incrementUpdateTokenHolderBalanceJobHandler")
public void incrementUpdateTokenHolderBalance() {
if (tokenHolderLock.tryLock()) {
try {
Expand All @@ -167,7 +167,7 @@ public void incrementUpdateTokenHolderBalance() {
* 全量更新token持有者余额
* 每天00:00:00执行一次
*/
@XxlJob("totalUpdateTokenHolderBalanceJobHandler")
//@XxlJob("totalUpdateTokenHolderBalanceJobHandler")
public void totalUpdateTokenHolder() {
totalUpdateTokenHolderBalance();
totalUpdateToken1155HolderBalance();
Expand Down

0 comments on commit 70cb350

Please sign in to comment.