registry/aqua/constants.aqua
2022-10-17 12:39:39 +04:00

7 lines
274 B
Plaintext

-- the number of peers to which data will be replicated during the API call
const INITIAL_REPLICATION_FACTOR = 1
-- the minimal number of peers requested to obtain the data.
const CONSISTENCY_LEVEL = 1
-- default timeout for waiting for results
const DEFAULT_TIMEOUT = 6000