Skip to content

Commit

Permalink
Increase thread pool limit
Browse files Browse the repository at this point in the history
  • Loading branch information
ektavarma10 committed Nov 29, 2023
1 parent af15f7d commit dc0efc2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public class RangerAtlasAuthorizer implements AtlasAuthorizer {
add(AtlasPrivilege.ENTITY_UPDATE_CLASSIFICATION);
}};

static final ExecutorService entityAccessThreadpool = Executors.newFixedThreadPool(5);
static final ExecutorService entityAccessThreadpool = Executors.newFixedThreadPool(10);

@Override
public void init() {
Expand Down

0 comments on commit dc0efc2

Please sign in to comment.