倒计时没有覆盖复机停机的问题
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
const FIVE_MINUTES_MS = 5 * 60 * 1000
|
||||
const STORAGE_KEY_PREFIX = 'asset-action-rate-limit'
|
||||
|
||||
export type AssetRateLimitedAction = 'refresh' | 'start'
|
||||
export type AssetRateLimitedAction = 'refresh' | 'start' | 'stop'
|
||||
|
||||
export class FrontendRateLimitError extends Error {
|
||||
readonly remainingMs: number
|
||||
|
||||
Reference in New Issue
Block a user