-
-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
Hi, I'm working with the local instance of AceBase. I have an an index of Things
that has ~100k records in it. Attempting to drop those records to do a fresh data import results in the following error:
RangeError: Maximum call stack size exceeded
Example code:
public _drop() {
return this.db.ref('Things').remove();
}
Metadata
Metadata
Assignees
Labels
No labels