chore: global sync per minute safety limit (#2765)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
export interface SyncFrequencyGuardInterface {
|
||||
incrementCallsPerMinute(): void
|
||||
isSyncCallsThresholdReachedThisMinute(): boolean
|
||||
clear(): void
|
||||
}
|
||||
Reference in New Issue
Block a user