##// END OF EJS Templates
fixed help message about history cache size
Ming Zhang -
Show More
@@ -237,8 +237,8 b' class InteractiveShell(SingletonConfigurable):'
237 """
237 """
238 Set the size of the output cache. The default is 1000, you can
238 Set the size of the output cache. The default is 1000, you can
239 change it permanently in your config file. Setting it to 0 completely
239 change it permanently in your config file. Setting it to 0 completely
240 disables the caching system, and the minimum value accepted is 20 (if
240 disables the caching system, and the minimum value accepted is 3 (if
241 you provide a value less than 20, it is reset to 0 and a warning is
241 you provide a value less than 3, it is reset to 0 and a warning is
242 issued). This limit is defined because otherwise you'll spend more
242 issued). This limit is defined because otherwise you'll spend more
243 time re-flushing a too small cache than working
243 time re-flushing a too small cache than working
244 """
244 """
General Comments 0
You need to be logged in to leave comments. Login now