Skip to content

Commit

Permalink
Merge pull request #319 from twenty-three-23/feature/TT-382
Browse files Browse the repository at this point in the history
fix: TT-382 max autio time 25분
  • Loading branch information
snacktime81 authored Aug 17, 2024
2 parents 0bca98b + ac57fb6 commit 765cb04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
@NoArgsConstructor(access = AccessLevel.PRIVATE)
public final class UsageConstantValue {
public static final Long DEFAULT_USAGE_TIME = 9000L;
public static final Long MAX_AUDIO_TIME = 900L;
public static final Long MAX_AUDIO_TIME = 1500L;
public static final Long BUFFER_TIME = 5L;
}

0 comments on commit 765cb04

Please sign in to comment.