github.com/voedger/voedger@v0.0.0-20240520144910-273e84102129/pkg/state/safestate/consts.go (about)

     1  /*
     2   * Copyright (c) 2024-present unTill Software Development Group B. V.
     3   * @author Michael Saigachenko
     4   */
     5  
     6  package safestate
     7  
     8  const keysCapacity = 10
     9  const keysBuildersCapacity = 10
    10  const valuesCapacity = 10
    11  const valueBuildersCapacity = 10