From 2a85e74df1c5a5ed175a17eae19de5c955117b87 Mon Sep 17 00:00:00 2001 From: nikeee13 Date: Wed, 28 Aug 2013 23:17:04 +0200 Subject: [PATCH] Remove reaper from DBOptions --- mongodb/mongodb.d.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/mongodb/mongodb.d.ts b/mongodb/mongodb.d.ts index 00d74bff6..d0257ad53 100644 --- a/mongodb/mongodb.d.ts +++ b/mongodb/mongodb.d.ts @@ -181,13 +181,6 @@ declare module "mongodb" { // when deserializing a Long will fit it into a Number if it’s smaller than 53 bits. default:true. promoteLongs?: boolean; - - // enable/disable reaper (true/false) default:false - reaper?: boolean; - // specify the number of milliseconds between each reaper attempt default:10000 - reaperInterval?: number; - // specify the number of milliseconds for timing out callbacks that don’t return default:30000 - reaperTimeout?: number; } export interface CollectionCreateOptions {