リモートのファイルをキャッシュするかどうかの設定をDBに保存するように
This commit is contained in:
parent
42e007ddb7
commit
2a5c19cd01
9 changed files with 36 additions and 12 deletions
|
@ -2,6 +2,7 @@ import Meta, { IMeta } from '../models/meta';
|
|||
|
||||
const defaultMeta: any = {
|
||||
name: 'Misskey',
|
||||
cacheRemoteFiles: true,
|
||||
localDriveCapacityMb: 256,
|
||||
remoteDriveCapacityMb: 8,
|
||||
hidedTags: [],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue