refactor: enhance file handling and metrics tracking; remove unused bot health tracker
This commit is contained in:
+2
-2
@@ -39,7 +39,7 @@ describe('Environment Variables Validation', () => {
|
||||
expect(config.rateLimitWindowMs).toBe(60000);
|
||||
});
|
||||
|
||||
it('rateLimitMaxRequests should default to 30 when not specified', () => {
|
||||
expect(config.rateLimitMaxRequests).toBe(30);
|
||||
it('rateLimitMaxRequests should default to 150 when not specified', () => {
|
||||
expect(config.rateLimitMaxRequests).toBe(150);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user