Ryan Olson лет назад: 10
Родитель
Сommit
103489c566
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Classes/ExplorerToolbar/FLEXManager.h

+ 1 - 1
Classes/ExplorerToolbar/FLEXManager.h

@@ -23,7 +23,7 @@
 /// Full responses are kept temporarily in a size limited cache and may be pruged under memory pressure.
 @property (nonatomic, assign, getter=isNetworkDebuggingEnabled) BOOL networkDebuggingEnabled;
 
-/// Defaults to 50 MB if never set. Values set here are presisted across launches of the app.
+/// Defaults to 25 MB if never set. Values set here are presisted across launches of the app.
 /// The response cache uses an NSCache, so it may purge prior to hitting the limit when the app is under memory pressure.
 @property (nonatomic, assign) NSUInteger networkResponseCacheByteLimit;