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 5c83b01 commit 4b6e13e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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 = 1;
public static final int FILE_WRITER_QUEUE_SIZE = 60;
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
4 changes: 2 additions & 2 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ server:
tomcat:
threads:
min-spare: 10
max: 40
max: 20
accept-count: 100
max-connections: 50
max-connections: 20

share:
server-domain: localhost:8080
Expand Down

0 comments on commit 4b6e13e

Please sign in to comment.