There was an error while loading. Please reload this page.
1 parent 3628922 commit f209146Copy full SHA for f209146
1 file changed
app/network/AppDelegate.swift
@@ -23,7 +23,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
23
var deviceManager: DeviceManager?
24
25
override init() {
26
- SdkSetMemoryLimit(64 * 1024 * 1024)
+ SdkSetMemoryLimit(48 * 1024 * 1024)
27
}
28
29
func application(_ application: UIApplication, supportedInterfaceOrientationsFor window: UIWindow?) -> UIInterfaceOrientationMask {
0 commit comments