Skip to content

Commit

Permalink
Fix automatic shutdown for elastic pool (#2704)
Browse files Browse the repository at this point in the history
  • Loading branch information
MinnDevelopment authored Jul 15, 2024
1 parent ca1da01 commit 4825fff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public void setRateLimitScheduler(@Nullable ScheduledExecutorService executor, b
public void setRateLimitElastic(@Nullable ExecutorService executor, boolean shutdown)
{
this.rateLimitElastic = executor;
this.shutdownRateLimitScheduler = shutdown;
this.shutdownRateLimitElastic = shutdown;
}

public void setGatewayPool(@Nullable ScheduledExecutorService executor, boolean shutdown)
Expand Down

0 comments on commit 4825fff

Please sign in to comment.