From 2688ea97335744693399700d9778a3240a3a1481 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Tue, 10 Jun 2014 15:14:25 -0400 Subject: [PATCH] upgrading topics take a while, so let the user know --- src/upgrade.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/upgrade.js b/src/upgrade.js index 05b664f2d9..11fd01d189 100644 --- a/src/upgrade.js +++ b/src/upgrade.js @@ -738,6 +738,8 @@ Upgrade.upgrade = function(callback) { thisSchemaDate = Date.UTC(2014, 5, 6); if (schemaDate < thisSchemaDate) { + winston.info('[2014/6/6] Upgrading topics...'); + db.getSortedSetRange('topics:tid', 0, -1, function(err, tids) { function upgradeTopic(tid, callback) {