增加 api 限流配置

This commit is contained in:
whyour
2023-05-30 16:41:19 +08:00
parent f8dfee8945
commit 998e82d323
4 changed files with 21 additions and 1 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ import SockService from './sock';
import { FindOptions, Op } from 'sequelize';
import { concurrentRun } from '../config/util';
import dayjs from 'dayjs';
import { runCronWithLimit } from 'back/shared/pLimit';
import { runCronWithLimit } from '../shared/pLimit';
@Service()
export default class DependenceService {