mirror of
https://github.com/fluencelabs/registry.git
synced 2025-04-24 17:52:14 +00:00
9 lines
301 B
Plaintext
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
|