Skip to content

Commit

Permalink
fix: 스레드 풀 개수 조정
Browse files Browse the repository at this point in the history
  • Loading branch information
kariskan committed Aug 27, 2024
1 parent dc91c94 commit 27ee98a
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 = 15;
public static final int FILE_WRITER_MAXIMUM_POOL_SIZE = 30;
public static final int FILE_WRITER_KEEP_ALIVE_TIME = 10;
public static final int FILE_WRITER_QUEUE_SIZE = 60;
public static final int FILE_WRITER_QUEUE_SIZE = 1;
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 27ee98a

Please sign in to comment.