MCPcopy 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

executeBackupMethod · 0.80

Calls 1

abortableSleepFunction · 0.85

Tested by

no test coverage detected