Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(tee): Introduce a 1 second delay in the batch poll (#2398)
## What ❔ Introduce a 1 second delay in the batch poll. ## Why ❔ We don't want to poll the batches too often if they are unavailable, as it wastes CPU resources. ## Checklist - [x] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [ ] Tests for the changes have been added / updated. - [ ] Documentation comments have been added / updated. - [x] Code has been formatted via `zk fmt` and `zk lint`.
- Loading branch information