mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-03-23 12:20:20 +01:00
fix(config): redefine limit string length value
This commit is contained in:
4
config/env/torrents.js
vendored
4
config/env/torrents.js
vendored
@@ -693,7 +693,7 @@ module.exports = {
|
||||
* @expires: banned expires time setting, in this time, user cannot connect chat server
|
||||
*/
|
||||
chat: {
|
||||
messageMaxLength: 1000,
|
||||
messageMaxLength: 512,
|
||||
ban: {
|
||||
expires: 60 * 60 * 1000 * 1
|
||||
}
|
||||
@@ -778,7 +778,7 @@ module.exports = {
|
||||
],
|
||||
showThumbsUpUserList: true,
|
||||
showUserSignature: true,
|
||||
signatureLength: 500
|
||||
signatureLength: 512
|
||||
},
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user