summaryrefslogtreecommitdiffstats
path: root/tracker
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem.moulin@fripost.org>2015-09-30 01:33:11 +0200
committerGuilhem Moulin <guilhem.moulin@fripost.org>2015-09-30 01:33:11 +0200
commit729e780901dd699e63d581496506d13c07020fd0 (patch)
tree8c007f14c0b488f87cbb6338c91a5fff22dd90b6 /tracker
parentb462f1d5b6f3a659503f64dae613deaedb835413 (diff)
Also mark [[done]] links as closed issues.
Diffstat (limited to 'tracker')
-rw-r--r--tracker/Error_on_search_in_roundcube.mdwn3
-rw-r--r--tracker/closed.mdwn2
2 files changed, 3 insertions, 2 deletions
diff --git a/tracker/Error_on_search_in_roundcube.mdwn b/tracker/Error_on_search_in_roundcube.mdwn
index 2c4b35a..796ccec 100644
--- a/tracker/Error_on_search_in_roundcube.mdwn
+++ b/tracker/Error_on_search_in_roundcube.mdwn
@@ -2,4 +2,5 @@ I got the following error message when trying a search in the whole message on a
[[!img screenshot.png align="left" size="" alt=""]]
-Nice, let's call this [[done]] then :-) For some reason SELECT commands are extremely slow on virtual commands. After poking a bit I noticed that dropping on disks indexes gave a significant speed up (from 30s to 4s here). I guess dovecot does many useless seek/read/write somehow. Anyway the time lost when reconstructing the indexes is shorter than the time spend on disk I/O.
+
+Nice, let's call this [[done]] then :-) For some reason SELECT commands are extremely slow on virtual commands. After poking a bit I noticed that dropping on disks indexes gave a significant speed up (from 30s to 4s here). I guess dovecot does many useless seek/read/write somehow. Anyway the time lost when reconstructing the indexes is shorter than the time spend on disk I/O. -- [[guilhem]]
diff --git a/tracker/closed.mdwn b/tracker/closed.mdwn
index 262b8d6..59cf65c 100644
--- a/tracker/closed.mdwn
+++ b/tracker/closed.mdwn
@@ -1 +1 @@
-[[!inline pages="tracker/* and !*/Discussion and !*.* and link(closed)" show="10" rootpage="tracker" postformtext="Open a new issue" archive="yes"]]
+[[!inline pages="tracker/* and !*/Discussion and !*.* and (link(closed) or link(done))" show="10" rootpage="tracker" postformtext="Open a new issue" archive="yes"]]