Remove reaper from DBOptions

This commit is contained in:
nikeee13
2013-08-28 23:17:04 +02:00
parent 994417b277
commit 2a85e74df1
-7
View File
@@ -181,13 +181,6 @@ declare module "mongodb" {
// when deserializing a Long will fit it into a Number if its 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 dont return default:30000
reaperTimeout?: number;
}
export interface CollectionCreateOptions {