package irmin-chunk
-
irmin-chunk
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val chunk_size : int Irmin.Backend.Conf.key
chunk_size
is the configuration key to configure chunk size. By default, it is set to 4666, so that payload and metadata can be stored in a 4K block.
val min_size : int Irmin.Backend.Conf.key
val chunking : [ `Best_fit | `Max ] Irmin.Backend.Conf.key