Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
duniter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nodes
typescript
duniter
Commits
642f3300
Commit
642f3300
authored
6 years ago
by
Cédric Moreau
Browse files
Options
Downloads
Patches
Plain Diff
[fix] `sync`: Wait up to 30s for downloading node selection
parent
efee101d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/lib/common-libs/constants.ts
+1
-1
1 addition, 1 deletion
app/lib/common-libs/constants.ts
with
1 addition
and
1 deletion
app/lib/common-libs/constants.ts
+
1
−
1
View file @
642f3300
...
@@ -316,7 +316,7 @@ export const CommonConstants = {
...
@@ -316,7 +316,7 @@ export const CommonConstants = {
DEFAULT_NON_WOT_PEERS_LIMIT
:
100
,
// Number of non-wot peers accepted in our peer document pool
DEFAULT_NON_WOT_PEERS_LIMIT
:
100
,
// Number of non-wot peers accepted in our peer document pool
WAIT_P2P_CANDIDATE_HEARTBEAT
:
5
000
,
// Wait X seconds for a node to answer about its state
WAIT_P2P_CANDIDATE_HEARTBEAT
:
30
*
1
000
,
// Wait X seconds for a node to answer about its state
MAX_READING_SLOTS_FOR_FILE_SYNC
:
20
,
// Number of file reading in parallel
MAX_READING_SLOTS_FOR_FILE_SYNC
:
20
,
// Number of file reading in parallel
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment