You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -222,7 +222,8 @@ In manual mode all sleeps are disabled and `ALLOW_REPORTING_IN_BUNKER_MODE` is T
222
222
| `CACHE_PATH` | Directory to store cache for CSM module | False | `.` |
223
223
| `OPSGENIE_API_KEY` | OpsGenie API key for authentication with the OpsGenie API. Used to send alerts from lido-oracle health-checks. | False | `<api-key>` |
224
224
| `OPSGENIE_API_URL` | Base URL for the OpsGenie API. | False | `http://localhost:8080` |
225
-
| `VAULT_PAGINATION_LIMIT` | The limit for getting staking vaults with pagination. Default 1000 | False | `http://localhost:8080` |
225
+
| `VAULT_PAGINATION_LIMIT` | The limit for getting staking vaults with pagination. Default 1000 | False | `1000` |
226
+
| `VAULT_VALIDATOR_STAGES_BATCH_SIZE` | The limit for getting validators stages in one request. Default 100 | False | `100` |
0 commit comments