diff options
author | Haley Connelly <haley.connelly@mongodb.com> | 2022-06-13 14:06:09 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-06-13 14:35:05 +0000 |
commit | e878b08539f91ffddfae9692a57e9ea574f16bcb (patch) | |
tree | ab35bc86440c3a65693edc2eb5d6e42316b92b1b /src/mongo/db/catalog/README.md | |
parent | 9db25b94c8bbe5b0c97cafb2e2e10562bf6438b8 (diff) | |
download | mongo-e878b08539f91ffddfae9692a57e9ea574f16bcb.tar.gz |
SERVER-66898 Remove TODO in TTLMonitor arch guide section
Diffstat (limited to 'src/mongo/db/catalog/README.md')
-rw-r--r-- | src/mongo/db/catalog/README.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/db/catalog/README.md b/src/mongo/db/catalog/README.md index 2e4268e163f..b2aae2cb42d 100644 --- a/src/mongo/db/catalog/README.md +++ b/src/mongo/db/catalog/README.md @@ -957,8 +957,6 @@ _Code spelunking starting points:_ * [_The TTLCollectionCache Class_](https://github.com/mongodb/mongo/blob/d88a892d5b18035bd0f5393a42690e705c2007d7/src/mongo/db/ttl_collection_cache.h) * [_ttl.idl_](https://github.com/mongodb/mongo/blob/d88a892d5b18035bd0f5393a42690e705c2007d7/src/mongo/db/ttl.idl) -TODO SERVER-66898: Refresh links - # Repair Data corruption has a variety of causes, but can usually be attributed to misconfigured or |