Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: don't schedule garbage collection unnecessarily (#627)
This doesn't actually fix the issue I'm looking into, but I did notice that this timeout is scheduled even when the query is cleared and I *think* it shouldn't be. If we do need to garbage collect something, that should happen in `clear` I think.
- Loading branch information