Adjust on-launch storage check

This commit is contained in:
sashaweiss-signal 2025-07-30 20:36:44 -07:00
parent 707146c781
commit df83b4e1b8

View File

@ -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() {