[accelerator] on-demand polling support

This commit is contained in:
Mononaut
2024-07-23 14:00:23 +00:00
parent b0db348605
commit b49a6c4cac
6 changed files with 134 additions and 27 deletions

View File

@@ -396,10 +396,6 @@ class Mempool {
}
public $updateAccelerations(newAccelerations: Acceleration[]): string[] {
if (!config.MEMPOOL_SERVICES.ACCELERATIONS) {
return [];
}
try {
const changed: string[] = [];