Skip to content

Commit

Permalink
fix: 스레드풀 대기 큐 사이즈 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
kariskan committed Aug 26, 2024
1 parent ed9d42b commit 4b0e556
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public class CommonConstant {
public static final int FILE_WRITER_CORE_POOL_SIZE = 20;
public static final int FILE_WRITER_MAXIMUM_POOL_SIZE = 40;
public static final int FILE_WRITER_KEEP_ALIVE_TIME = 10;
public static final int FILE_WRITER_QUEUE_SIZE = 10;
public static final int FILE_WRITER_QUEUE_SIZE = 40;
public static final int THUMBNAIL_WRITER_CORE_POOL_SIZE = 10;
public static final int THUMBNAIL_WRITER_MAXIMUM_POOL_SIZE = 100;
public static final int THUMBNAIL_WRITER_KEEP_ALIVE_TIME = 0;
Expand Down

0 comments on commit 4b0e556

Please sign in to comment.