ok/jj
1
0
Fork 0
forked from mirrors/jj

docs(roadmap): minor typo, as should be ask

This commit is contained in:
Ethan Brierley 2024-09-04 18:38:24 +01:00 committed by Philip Metzger
parent d002a5ad35
commit 3fcb6eedfd

View file

@ -54,7 +54,7 @@ commits and repos (operation logs) to be stored in the cloud (i.e. the database)
Working copies can still be stored locally.
In order to reduce latency, there is a local daemon process that caches reads
and writes. It also prefetches of objects it thinks the client might as for
and writes. It also prefetches of objects it thinks the client might ask for
next. In also helps with write latency by optimistically answering write
requests (it therefore needs to know the server's hashing scheme so it can
return the right IDs).