We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 092418b commit cacd914Copy full SHA for cacd914
src/lib/disk_cache/lmdb/disk_cache.ml
@@ -21,7 +21,8 @@ module Make (Data : Binable.S) = struct
21
; db : Rw.holder
22
; counter : int ref
23
; reusable_keys : int Queue.t
24
- (** A list of ids that are no longer reachable from OCaml's side *)
+ (** A list of ids that are no longer reachable from OCaml runtime, but
25
+ haven't been cleared inside the LMDB disk cache *)
26
}
27
28
(** How big can the queue [reusable_keys] be before we do a cleanup *)
0 commit comments