Explorar el Código

Fix header documentatin

Ryan Olson hace 10 años
padre
commit
103489c566
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;