forked from FoundKeyGang/FoundKey
デフォルトでドライブ容量は128MiBにした
This commit is contained in:
parent
53beaddde2
commit
4e37ee541a
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ export default async (req: express.Request, res: express.Response) => {
|
|||
followingCount: 0,
|
||||
name: name,
|
||||
postsCount: 0,
|
||||
driveCapacity: 1073741824, // 1GB
|
||||
driveCapacity: 1024 * 1024 * 128, // 128MiB
|
||||
username: username,
|
||||
usernameLower: username.toLowerCase(),
|
||||
host: null,
|
||||
|
|
Loading…
Reference in a new issue