Skip to content

Commit

Permalink
Start with 50 logs per second.
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennenoel committed May 23, 2024
1 parent 9eefe4c commit 87a3f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/logging/src/logging.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ export const LoggingModule: ModuleInterface = {
*/
{
parameterName: LoggingModuleKeyname + ".maximumLogsPerSecond",
defaultValue: 100,
defaultValue: 50,
isRequired: false,
defaultResolvers: [
new NumberResolver(new EnvironmentVariableResolver("PRISTINE_LOGGING_MAXIMUM_LOGS_PER_SECOND")),
Expand Down

0 comments on commit 87a3f4a

Please sign in to comment.