package resource_cache

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Source file config.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
open! Core_kernel
open! Async_kernel
open! Import

type t =
  { max_resources : int
  ; idle_cleanup_after : Time_ns.Span.t
  ; max_resources_per_id : int
  ; max_resource_reuse : int
  }
[@@deriving fields, sexp, bin_io, compare]

let create = Fields.create
OCaml

Innovation. Community. Security.