mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 22:17:30 -07:00
デフォルトでドライブ容量は128MiBにした
This commit is contained in:
parent
58cd4aafd9
commit
813ac019c1
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ export default async (req: express.Request, res: express.Response) => {
|
||||||
followingCount: 0,
|
followingCount: 0,
|
||||||
name: name,
|
name: name,
|
||||||
postsCount: 0,
|
postsCount: 0,
|
||||||
driveCapacity: 1073741824, // 1GB
|
driveCapacity: 1024 * 1024 * 128, // 128MiB
|
||||||
username: username,
|
username: username,
|
||||||
usernameLower: username.toLowerCase(),
|
usernameLower: username.toLowerCase(),
|
||||||
host: null,
|
host: null,
|
||||||
|
|
Loading…
Reference in a new issue