mirror of
https://github.com/Cameri/nostream.git
synced 2025-09-20 04:20:52 +02:00
feat: add content.maxLength setting
Signed-off-by: Ricardo Arturo Cabral Mejía <me@ricardocabral.io>
This commit is contained in:
@@ -72,6 +72,9 @@ describe('SettingsStatic', () => {
|
||||
maxPositiveDelta: 900, // +15 min
|
||||
maxNegativeDelta: 0, // disabled
|
||||
},
|
||||
content: {
|
||||
maxLength: 1048576,
|
||||
},
|
||||
'rateLimits': [
|
||||
{
|
||||
'kinds': [[0, 5], 7, [40, 49], [10000, 19999], [30000, 39999]],
|
||||
|
Reference in New Issue
Block a user