Skip to content

Commit

Permalink
🔧 lower maxErrorsByMinute threshold (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcaudan authored Jan 24, 2020
1 parent e2ead99 commit fe0840e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { ONE_KILO_BYTE, ONE_SECOND } from './utils'

export const DEFAULT_CONFIGURATION = {
isCollectingError: true,
maxErrorsByMinute: 10000,
maxErrorsByMinute: 3000,
maxInternalMonitoringMessagesPerPage: 15,
resourceSampleRate: 100,
sampleRate: 100,
Expand Down

0 comments on commit fe0840e

Please sign in to comment.