-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We had to change the way replicate is done, it was actually completely broken since we "fixed" the memory leak. The reasoning is to always use db.changes as an event emitter to allow: - getting docs from couchdb - avoiding memory leaks (when complete event is triggered, docs are already gone from memory) Co-authored-by: Haroen Viaene <haroen.viaene@algolia.com>
- Loading branch information
Showing
3 changed files
with
58 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,5 +75,8 @@ | |
}, | ||
"engines": { | ||
"node": "9.4.0" | ||
}, | ||
"jest": { | ||
"testPathIgnorePatterns": ["node_modules", "lib"] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters