perf: increase slots performance by 1500% !!!!
Some checks failed
CI / Get Changed Files (pull_request) Successful in 1m28s
CI / Checkstyle Main (pull_request) Has been skipped
CI / Docker frontend validation (pull_request) Successful in 1m47s
CI / prettier (pull_request) Failing after 1m13s
CI / oxlint (pull_request) Successful in 1m28s
CI / eslint (pull_request) Successful in 1m32s
CI / Docker backend validation (pull_request) Successful in 3m1s
CI / test-build (pull_request) Successful in 29s

This commit is contained in:
Phan Huy Tran 2025-05-08 14:17:14 +02:00
commit e4f8127503
2 changed files with 19 additions and 12 deletions

View file

@ -119,7 +119,7 @@ export default class SlotsComponent implements OnInit, OnDestroy {
this.userService.refreshCurrentUser();
this.isSpinning = false;
}, 1500);
}, 100);
},
error: (err) => {
console.error('Error spinning slot machine:', err);