Skip to content

Commit

Permalink
Increase max file size
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelmeuli committed Apr 21, 2020
1 parent 9800201 commit f4edd67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QLPlugin/MainVC.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ extension PreviewError: LocalizedError {

class MainVC: NSViewController, QLPreviewingController {
/// Max size of files to render
let maxFileSize = 100_000 // 100000 B = 100 KB
let maxFileSize = 1_000_000 // 1000000 B = 1 MB

let stats = Stats()

Expand Down

0 comments on commit f4edd67

Please sign in to comment.