Skip to content

Commit

Permalink
lowering indexation threads
Browse files Browse the repository at this point in the history
  • Loading branch information
goulven authored and goulven committed Oct 2, 2024
1 parent 5a2a493 commit 84dc67a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ public DataFragmentStoreService(StandardiserService standardiserService, Aggrega
this.generationService=generationService;

// TODO : from conf
int dequeueSize = 200;
int workers = 3;
int dequeueSize = 150;
int workers = 2;
int pauseDuration = 4000;
//
logger.info("Starting file queue consumer thread, with bulk page size of {} items", dequeueSize );
Expand Down

0 comments on commit 84dc67a

Please sign in to comment.