Irmin_packSourceval config :
?fresh:bool ->
?readonly:bool ->
?lru_size:int ->
?index_log_size:int ->
?merge_throttle:Conf.merge_throttle ->
?freeze_throttle:Conf.freeze_throttle ->
string ->
Irmin.configConfiguration options for stores.
module Make_ext
(_ : Version.S)
(_ : Conf.S)
(N : Irmin.Private.Node.Maker)
(CT : Irmin.Private.Commit.Maker) :
sig ... endDefines the location of the IO instances within the main irmin-pack store directory.
migrate conf upgrades the repository with configuration conf to use the latest storage format.
Note: performing concurrent store operations during the migration, or attempting to use pre-migration instances of the repository after the migration is complete, will result in undefined behaviour.