We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 857a4ed commit 6929bb6Copy full SHA for 6929bb6
Sources/Pulse/LoggerStore/LoggerStore.swift
@@ -491,7 +491,7 @@ extension LoggerStore {
491
}
492
493
private func preprocessData(_ data: Data, contentType: NetworkLogger.ContentType?) -> Data {
494
- guard data.count > 5000 else { // 5 KB is ok
+ guard data.count > 20_000 else { // 20 KB is ok
495
return data
496
497
guard configuration.isStoringOnlyImageThumbnails && (contentType?.isImage ?? false) else {
0 commit comments