package irmin-chunk

  1. Overview
  2. Docs
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