mirror of
https://github.com/Cameri/nostream.git
synced 2025-09-25 12:00:28 +02:00
feat: add msg/event rate limit to settings
This commit is contained in:
@@ -79,6 +79,15 @@ describe('SettingsStatic', () => {
|
||||
maxFilters: 10,
|
||||
},
|
||||
},
|
||||
message: {
|
||||
dailyRate: 86400,
|
||||
hourlyRate: 3600,
|
||||
minutelyRate: 240,
|
||||
ipWhitelist: [
|
||||
'::1',
|
||||
'::ffff:10.10.10.1',
|
||||
],
|
||||
},
|
||||
})
|
||||
})
|
||||
})
|
||||
|
Reference in New Issue
Block a user