Skip to content

Commit

Permalink
Merge pull request #2534 from atlanhq/scrub_optimisation
Browse files Browse the repository at this point in the history
Increase thread pool limit
  • Loading branch information
ektavarma10 authored Nov 29, 2023
2 parents af15f7d + dc0efc2 commit 1f12ac1
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 1f12ac1

Please sign in to comment.