Silences warnings from mongodb client (#5025)
* Silences warnings from mongodb client * Update count, delete and finds to recommended implementations * With new parser, readPref will be null by default * Update flaky specs wih async/await style * Adds gridstore adapter spec * Use GridFSBucketStorage adapter
This commit is contained in:
@@ -43,7 +43,7 @@ addParseCloud();
|
||||
// ParseServer works like a constructor of an express app.
|
||||
// The args that we understand are:
|
||||
// "analyticsAdapter": an adapter class for analytics
|
||||
// "filesAdapter": a class like GridStoreAdapter providing create, get,
|
||||
// "filesAdapter": a class like GridFSBucketAdapter providing create, get,
|
||||
// and delete
|
||||
// "loggerAdapter": a class like WinstonLoggerAdapter providing info, error,
|
||||
// and query
|
||||
|
||||
Reference in New Issue
Block a user