Skip to content

Commit

Permalink
Merge pull request #156 from Team-HMH/fix/#155-modify-app-maximum-time
Browse files Browse the repository at this point in the history
fix - μ•± μ΅œλŒ€ μ‹œκ°„ λ³€κ²½
  • Loading branch information
kseysh authored Jun 10, 2024
2 parents 7c99349 + 5e99b64 commit f2c1848
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 f2c1848

Please sign in to comment.