diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2010-03-29 12:19:22 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2010-03-29 12:19:22 -0400 |
commit | 7a8bcf2a6745d570bf9055df7b0390f9a9ca8a0d (patch) | |
tree | a490878e55047d89ccbc5cc40121041b88da0947 /doc | |
parent | b0411319009237c4aea48de78945388d019fc21c (diff) |
fix bogus math
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/allow_site-wide_meta_definitions.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/todo/allow_site-wide_meta_definitions.mdwn b/doc/todo/allow_site-wide_meta_definitions.mdwn index 704cb2c64..01cf12c1a 100644 --- a/doc/todo/allow_site-wide_meta_definitions.mdwn +++ b/doc/todo/allow_site-wide_meta_definitions.mdwn @@ -222,7 +222,7 @@ definitions essentially. >>> a lot of redundant data at meta, which then stores it in a very redundant >>> way. Specifically, meta populates a per-page `%metaheaders` hash >>> as well as storing per-page metadata in `%pagestate`. So, if you have ->>> a wiki with a thousand pages, and you add a 1k site-wide license text, +>>> a wiki with 10 thousand pages, and you add a 1k site-wide license text, >>> that will bloat the memory usage of ikiwiki by in excess of 2 >>> megabytes. It will also cause ikiwiki to write a similar amount more data >>> to its state file which has to be loaded back in each |