chore: cacheRemoteFilesのデフォルト値をfalseに (#11398)

* chore: cacheRemoteFilesのデフォルト値をfalseに

* proxyRemoteFiles to default

* update ja-JP.yml

* update ja-JP.yml

* youCanCleanRemoteFilesCache

* changelog

---------

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
This commit is contained in:
tamaina
2023-08-05 14:03:01 +09:00
committed by GitHub
parent c5b8766a18
commit 2217a3c549
10 changed files with 104 additions and 10 deletions

View File

@@ -126,7 +126,7 @@ export class Meta {
public infoImageUrl: string | null;
@Column('boolean', {
default: true,
default: false,
})
public cacheRemoteFiles: boolean;