We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30ad027 commit fb4b451Copy full SHA for fb4b451
mongoconfig.js
@@ -1,2 +1,3 @@
1
db.newsynclogs.createIndex( { "expiresAt": 1 }, { expireAfterSeconds: 0 } );
2
-db.newsynclogs.createIndex( { "ipAddress": 1 } );
+db.newsynclogs.createIndex( { "ipAddress": 1 } );
3
+db.bookmarks.createIndex( { "lastAccessed": 1 }, { expireAfterSeconds: 21*86400 } );
0 commit comments