keybase / kbfs

Keybase Filesystem (KBFS)
https://keybase.io/docs/kbfs
BSD 3-Clause "New" or "Revised" License
1.21k stars 137 forks source link

disk_cache_block_remote: always pretend the cache has space #1980

Closed strib closed 5 years ago

strib commented 5 years ago

If kbfsgit tried to do a prefetch, it would crash here due to the recent changes to control prefetches to the working set cache. For now, just make it always look like there's space, since those kinds of fetches won't be coming over the remote protocol.

Issue: keybase/client#15162