forked from mirrors/jj
docs(roadmap): minor typo, as
should be ask
This commit is contained in:
parent
d002a5ad35
commit
3fcb6eedfd
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
Working copies can still be stored locally.
|
||||||
|
|
||||||
In order to reduce latency, there is a local daemon process that caches reads
|
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
|
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
|
requests (it therefore needs to know the server's hashing scheme so it can
|
||||||
return the right IDs).
|
return the right IDs).
|
||||||
|
|
Loading…
Reference in a new issue