mirror of
https://github.com/fluencelabs/registry.git
synced 2025-04-25 02:02:14 +00:00
7 lines
274 B
Plaintext
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
|