Skip to content

Commit

Permalink
fix: update the snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
guy-starkware committed Aug 20, 2024
1 parent e1c26db commit 8c048e0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 481 deletions.
10 changes: 5 additions & 5 deletions config/papyrus/default_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,11 @@
"privacy": "Public",
"value": 1000
},
"sync.poll_pending_data": {
"description": "Whether to poll for pending data.",
"privacy": "Public",
"value": true
},
"sync.recoverable_error_sleep_duration": {
"description": "Waiting time in seconds before restarting synchronization after a recoverable error.",
"privacy": "Public",
Expand All @@ -403,10 +408,5 @@
"description": "Whether to verify incoming blocks.",
"privacy": "Public",
"value": true
},
"sync.poll_pending_data": {
"description": "Whether to poll for pending data.",
"privacy": "Public",
"value": true
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,11 @@ expression: dumped_default_config
},
"privacy": "Public"
},
"sync.poll_pending_data": {
"description": "Whether to poll for pending data.",
"value": true,
"privacy": "Public"
},
"sync.recoverable_error_sleep_duration": {
"description": "Waiting time in seconds before restarting synchronization after a recoverable error.",
"value": {
Expand Down
Loading

0 comments on commit 8c048e0

Please sign in to comment.