Skip to content

Commit

Permalink
REBOUND_LIMIT 3
Browse files Browse the repository at this point in the history
  • Loading branch information
if0s committed Oct 23, 2024
1 parent aff80cb commit b26c2d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const PREFIX = 'ELASTICIO_';
function getOptionalEnvVars(envVars) {
const optional = {
REBOUND_INITIAL_EXPIRATION: 15000,
REBOUND_LIMIT: 20,
REBOUND_LIMIT: 3,
COMPONENT_PATH: '',
RABBITMQ_PREFETCH_SAILOR: 1,
STARTUP_REQUIRED: false,
Expand Down

0 comments on commit b26c2d2

Please sign in to comment.