mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-26 07:44:01 +08:00
* perf: improve leaderboard aggregation Update the leaderboard and public speedStats directly in mongodb without importing the data in the nodejs process first * Replace type on public collection with magic ids
12 lines
193 B
JavaScript
12 lines
193 B
JavaScript
module.exports = {
|
|
mongodbMemoryServerOptions: {
|
|
binary: {
|
|
version: "6.0.12",
|
|
skipMD5: true,
|
|
},
|
|
instance: {
|
|
dbName: "jest",
|
|
},
|
|
autoStart: false,
|
|
},
|
|
};
|