Skip to content

Commit

Permalink
fix: 충전기 상태 업데이트 미작동 수정 #250
Browse files Browse the repository at this point in the history
  • Loading branch information
Bisi3asi authored Mar 28, 2024
1 parent 62595c5 commit cbe7881
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
public class ChargerBatchUpdateConfig {
@Getter
@Setter
private boolean isBatchUpdateRunning = true;
private boolean isBatchUpdateRunning = false;
private final int CHUNK_SIZE = 1;

@Bean
Expand Down

0 comments on commit cbe7881

Please sign in to comment.