Skip to content

Commit

Permalink
🎨 Change chunk size from 25 to 15
Browse files Browse the repository at this point in the history
  • Loading branch information
Xen0Xys committed May 18, 2024
1 parent 7cba884 commit 74e66d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/webtoon/webtoon/webtoon-database.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import EpisodeChunkResponse from "./models/responses/episode-chunk.response";
@Injectable()
export class WebtoonDatabaseService{

private readonly CHUNK_SIZE: number = 25;
private readonly CHUNK_SIZE: number = 15;

constructor(
private readonly prismaService: PrismaService,
Expand Down

0 comments on commit 74e66d5

Please sign in to comment.