Commit 8061802a authored by Andrew Hodgkinson's avatar Andrew Hodgkinson
Browse files

MaxSize is in K now, not bytes...

parent 7caf92e2
......@@ -207,7 +207,7 @@ AutoScrollMargin:48
# ==========================
#
# HistoryPath - Global history default load/save path.
# MaxSize - Maximum history size, in bytes.
# MaxSize - Maximum history size, in K.
# ExpiryAge - Maximum age of a history entry, in hours.
# ShowURLs - 'yes' or 'no', if 'yes' the History menu will always only
# contain URLs. Otherwise it will hold page titles (where
......@@ -219,7 +219,7 @@ AutoScrollMargin:48
# is never saved to disc.
HistoryPath:Browse:User.History
MaxSize:8192
MaxSize:16
ExpiryAge:168
ShowURLs:no
SaveHistory:always
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment