デフォルトでドライブ容量は128MiBにした

This commit is contained in:
syuilo 2018-03-30 21:55:23 +09:00
parent 53beaddde2
commit 4e37ee541a
1 changed files with 1 additions and 1 deletions

View File

@ -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,