From f275d9e5635811c4fe32ec1fe66fb3406294d8de Mon Sep 17 00:00:00 2001 From: Simo Kinnunen Date: Wed, 17 Dec 2014 23:26:40 +0900 Subject: [PATCH] Don't add secondary indexes to the log database. It's huge. --- lib/db/tables.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/db/tables.js b/lib/db/tables.js index b3950a85..8c0d3133 100644 --- a/lib/db/tables.js +++ b/lib/db/tables.js @@ -36,9 +36,5 @@ module.exports = { } , logs: { primaryKey: 'id' - , indexes: { - serial: null - , timestamp: null - } } }