aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2010-03-29 12:19:22 -0400
committerJoey Hess <joey@gnu.kitenet.net>2010-03-29 12:19:22 -0400
commit7a8bcf2a6745d570bf9055df7b0390f9a9ca8a0d (patch)
treea490878e55047d89ccbc5cc40121041b88da0947 /doc
parentb0411319009237c4aea48de78945388d019fc21c (diff)
downloadikiwiki-7a8bcf2a6745d570bf9055df7b0390f9a9ca8a0d.tar
ikiwiki-7a8bcf2a6745d570bf9055df7b0390f9a9ca8a0d.tar.gz
fix bogus math
Diffstat (limited to 'doc')
-rw-r--r--doc/todo/allow_site-wide_meta_definitions.mdwn2
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