Adjust on-launch storage check
This commit is contained in:
parent
707146c781
commit
df83b4e1b8
@ -505,8 +505,8 @@ final class AppDelegate: UIResponder, UIApplicationDelegate {
|
||||
return succeededCreatingDir
|
||||
}
|
||||
|
||||
// Require 100MB free in order to launch.
|
||||
return freeSpaceInBytes >= 100_000_000
|
||||
// Require 500MB free in order to launch.
|
||||
return freeSpaceInBytes >= 500_000_000
|
||||
}
|
||||
|
||||
private func setupNSEInteroperation() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user