Don't add secondary indexes to the log database. It's huge.

This commit is contained in:
Simo Kinnunen
2014-12-17 23:26:40 +09:00
parent ee81ab02d5
commit f275d9e563

View File

@@ -36,9 +36,5 @@ module.exports = {
}
, logs: {
primaryKey: 'id'
, indexes: {
serial: null
, timestamp: null
}
}
}