Skip to content

Commit

Permalink
apache#79 消息轨迹推送跟踪
Browse files Browse the repository at this point in the history
  • Loading branch information
develpoerX committed Dec 28, 2020
1 parent 591fdf4 commit 7ee6055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployments/db.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ db.kv.createIndex({key: 1, label_format: 1, domain: 1, project: 1}, {unique: tru
db.kv_revision.createIndex({"delete_time": 1}, {expireAfterSeconds: 7 * 24 * 3600});
db.label.createIndex({"id": 1}, {unique: true});
db.label.createIndex({format: 1, domain: 1, project: 1}, {unique: true});
db.polling_detail.createIndex({timestamp: 1}, {expireAfterSeconds: 7 * 24 * 3600});
db.polling_detail.createIndex({revision: 1, session_id: 1, domain: 1}, {unique: true});
db.polling_detail.createIndex({timestamp: 1}, {expireAfterSeconds: 7 * 24 * 3600});
db.counter.createIndex({name: 1, domain: 1}, {unique: true});
db.view.createIndex({"id": 1}, {unique: true});
db.view.createIndex({display: 1, domain: 1, project: 1}, {unique: true});
Expand Down

0 comments on commit 7ee6055

Please sign in to comment.