Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TeleBoxOrg/TeleBox_Plugins
/ throttle
Method
throttle
shift/shift.ts:840–842 ·
view source on GitHub ↗
(signal?: AbortSignal)
Source
from the content-addressed store, hash-verified
838
this.currentDelay = Math.min(this.maxDelay, seconds * 1000 * 1.2);
839
}
840
841
reset(): void {
842
this.currentDelay = this.baseDelay;
843
}
844
}
845
Callers
1
executeBackup
Method · 0.80
Calls
1
abortableSleep
Function · 0.85
Tested by
no test coverage detected