Skip to content

Commit 422f3bf

Browse files
committed
user default capacity 2MB
1 parent 56f4791 commit 422f3bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/models/user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module.exports = function(sequelize, DataTypes) {
2121
capacity: {
2222
type: DataTypes.BIGINT.UNSIGNED,
2323
allowNull: false,
24-
defaultValue: 10 * 1024 * 1024,
24+
defaultValue: 2 * 1024 * 1024,
2525
comment: 'user capacity'
2626
}
2727
}, {

0 commit comments

Comments
 (0)