diff options
author | Joey Hess <joey@kitenet.net> | 2010-06-23 13:15:10 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-06-23 13:15:10 -0400 |
commit | 0025798751dfc721aa81ce75f7baf87545bd1370 (patch) | |
tree | bb9d5d5a5ad83ab849de7008b68302837a99fb32 /doc/forum | |
parent | bbbbf04f76dc5eb6824e5efd5f0ca128e32430ce (diff) |
clarify indexdb is cached info, rebuildable
Diffstat (limited to 'doc/forum')
-rw-r--r-- | doc/forum/tag_plugin:_rebuilding_autocreated_pages.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/forum/tag_plugin:_rebuilding_autocreated_pages.mdwn b/doc/forum/tag_plugin:_rebuilding_autocreated_pages.mdwn index 02138326d..114837031 100644 --- a/doc/forum/tag_plugin:_rebuilding_autocreated_pages.mdwn +++ b/doc/forum/tag_plugin:_rebuilding_autocreated_pages.mdwn @@ -6,3 +6,6 @@ I have a bunch of tag pages autogenerated by the tag plugin. As part of a redesi > update them. --[[Joey]] >> Thanks. I thought about deleting `indexdb`, but hesitated to do that. According to [[tips/inside dot ikiwiki]], `indexdb` stores "all persistent state about pages". I didn't know if it's harmless to lose all persistent state. --dkobozev + +>>> The persistant state is best thought of as a cache, +>>> so it's safe to delete it. --[[Joey]] |