Skip to content

Commit

Permalink
fix - #155 앱 최대 시간 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
kseysh committed Jun 8, 2024
1 parent 23af87d commit 5e99b64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
@NoArgsConstructor(access = AccessLevel.PRIVATE)
public abstract class AppConstants {
public static final Long MINIMUM_APP_TIME = 0L;
public static final Long MAXIMUM_APP_TIME = 3659000L;
public static final Long MAXIMUM_APP_TIME = 21_600_000L; // 6시간
}

0 comments on commit 5e99b64

Please sign in to comment.