Skip to content

Commit

Permalink
fix: solve issue that paginateSize is 10 not 900
Browse files Browse the repository at this point in the history
  • Loading branch information
0xWOF committed Jan 30, 2024
1 parent a9e3604 commit a120bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/AppleLogger/Constant/LoggerConstant.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import Foundation

struct LoggerConstant {
private static let paginateSize = 10
private static let paginateSize = 900

static let paginatedLog = { (message: String) in
stride(from: 0, to: message.count, by: paginateSize).map { point in
Expand Down

0 comments on commit a120bfc

Please sign in to comment.