codeintel: Fix unbounded memory in lsifstore Ranges request
View options
- Truncate descriptions
Created by: efritz
Do not let a Ranges request use unbounded memory. We need to stream locations from the backend during filtering (instead of filtering a huge slice in-memory), and also set a maximum payload size that can be returned from this request.

