registry/aqua/constants.aqua
2023-12-26 14:10:14 +01:00

9 lines
301 B
Plaintext

aqua Constants declares *
-- 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