更新部分镜像版本
This commit is contained in:
committed by
cloud-init created default user
parent
00f679a0f6
commit
f084d89eab
3
examples/xbrowsersync/conf/mongoconfig.js
Normal file
3
examples/xbrowsersync/conf/mongoconfig.js
Normal file
@@ -0,0 +1,3 @@
|
||||
db.newsynclogs.createIndex( { "expiresAt": 1 }, { expireAfterSeconds: 0 } );
|
||||
db.newsynclogs.createIndex( { "ipAddress": 1 } );
|
||||
db.bookmarks.createIndex( { "lastAccessed": 1 }, { expireAfterSeconds: 21*86400 } );
|
||||
Reference in New Issue
Block a user