Skip to content

Commit

Permalink
Merge pull request #155 from kishikawakatsumi/read_chunk
Browse files Browse the repository at this point in the history
Refine read chunk size
  • Loading branch information
kishikawakatsumi authored Oct 24, 2024
2 parents aa9491e + 2cc659b commit 8411fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/FileBrowser/Shared/SMBAVAsset.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Foundation
import AVFoundation
import SMBClient

private let readSize = UInt32(1024 * 1024 * 4)
private let readSize = UInt32(1024 * 1024 * 10)

class SMBAVAsset: AVURLAsset {
private let resourceLoaderDelegate: AssetResourceLoaderDelegate
Expand Down

0 comments on commit 8411fee

Please sign in to comment.