mirror of
https://github.com/crystelf/crystelf-core.git
synced 2025-12-05 18:41:56 +00:00
fix:修改时间
This commit is contained in:
parent
ff08a56d51
commit
a187ecc8d8
@ -10,7 +10,7 @@ import { FilesService } from '../../core/files/files.service';
|
|||||||
export class CdnService {
|
export class CdnService {
|
||||||
private readonly logger = new Logger(CdnService.name);
|
private readonly logger = new Logger(CdnService.name);
|
||||||
private filePath: string;
|
private filePath: string;
|
||||||
private readonly updateMs = 1 * 60 * 100; // 15min
|
private readonly updateMs = 15 * 60 * 1000; // 15min
|
||||||
@Inject(PathService)
|
@Inject(PathService)
|
||||||
private readonly paths: PathService;
|
private readonly paths: PathService;
|
||||||
constructor(
|
constructor(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user