diff --git a/Signal/AppLaunch/AppDelegate.swift b/Signal/AppLaunch/AppDelegate.swift index 68421ecd76..b549d9a5dc 100644 --- a/Signal/AppLaunch/AppDelegate.swift +++ b/Signal/AppLaunch/AppDelegate.swift @@ -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() {