fix:修改时间

This commit is contained in:
Jerry 2025-09-22 13:05:24 +08:00
parent ff08a56d51
commit a187ecc8d8

View File

@ -10,7 +10,7 @@ import { FilesService } from '../../core/files/files.service';
export class CdnService {
private readonly logger = new Logger(CdnService.name);
private filePath: string;
private readonly updateMs = 1 * 60 * 100; // 15min
private readonly updateMs = 15 * 60 * 1000; // 15min
@Inject(PathService)
private readonly paths: PathService;
constructor(