mirror of
https://github.com/sim1222/misskey.git
synced 2025-07-01 08:19:53 +09:00
fix lint
This commit is contained in:
@ -12,13 +12,13 @@ export function initialize<T>(name: string, limitPerSec = -1) {
|
||||
prefix: config.redis.prefix ? `${config.redis.prefix}:queue` : 'queue',
|
||||
limiter: limitPerSec > 0 ? {
|
||||
max: limitPerSec,
|
||||
duration: 1000
|
||||
duration: 1000,
|
||||
} : undefined,
|
||||
settings: {
|
||||
backoffStrategies: {
|
||||
apBackoff
|
||||
}
|
||||
}
|
||||
apBackoff,
|
||||
},
|
||||
},
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user