defaultConsoleConfig property
Implementation
static final RateLimitConfig defaultConsoleConfig = RateLimitConfig.secure(
interval: 1000,
trailing: false,
bucketSize: 10,
emptyBucketDelay: 1000,
rejectWhenBucketFull: true, // Reject console logs when bucket is full
);