summaryrefslogtreecommitdiff
path: root/lib/Multi/Maintenance.pm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2019-10-07 11:22:01 +0200
committerYorhel <git@yorhel.nl>2019-10-07 12:09:56 +0200
commit4844a42cb554253340391fdbdc5a7634ee287b1e (patch)
treeba5d2c1245aae74e894a3fcb052b92dff20acbd3 /lib/Multi/Maintenance.pm
parent65ed955890c7ee7250a2bce4467c8c092c1bbbbe (diff)
SQL: Perform incremental updates on traits_chars when characters are edited
Same thing as 65ed955890c7ee7250a2bce4467c8c092c1bbbbe, with the same limitations (except this does take hiding/unhiding characters into account).
Diffstat (limited to 'lib/Multi/Maintenance.pm')
-rw-r--r--lib/Multi/Maintenance.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Multi/Maintenance.pm b/lib/Multi/Maintenance.pm
index 0308d171..e19c1890 100644
--- a/lib/Multi/Maintenance.pm
+++ b/lib/Multi/Maintenance.pm
@@ -69,7 +69,7 @@ my %dailies = (
tagcache => 'SELECT tag_vn_calc(NULL)',
# takes about 25 seconds, OK
- traitcache => 'SELECT traits_chars_calc()',
+ traitcache => 'SELECT traits_chars_calc(NULL)',
# takes about 140 seconds, not really OK
vnpopularity => 'SELECT update_vnpopularity()',