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
{{ message }}
This repository was archived by the owner on Jan 24, 2025. It is now read-only.
| bindAddress | The bind address on which the REST API listens on | string | "0.0.0.0:14265" |
172
-
| publicRoutes | The HTTP REST routes which can be called without authorization. Wildcards using \* are allowed | array | /health<br/>/api/routes<br/>/api/core/v3/info<br/>/api/core/v3/network\*<br/>/api/core/v3/blocks\*<br/>/api/core/v3/transactions\*<br/>/api/core/v3/commitments\*<br/>/api/core/v3/outputs\*<br/>/api/core/v3/accounts\*<br/>/api/core/v3/validators\*<br/>/api/core/v3/rewards\*<br/>/api/core/v3/committee\*<br/>/api/debug/v2/\*<br/>/api/indexer/v2/\*<br/>/api/mqtt/v2<br/>/api/blockissuer/v1/\*|
173
-
| protectedRoutes | The HTTP REST routes which need to be called with authorization. Wildcards using \* are allowed | array | /api/\*|
174
-
| debugRequestLoggerEnabled | Whether the debug logging for requests should be enabled | boolean | false |
175
-
| maxPageSize | The maximum number of results per page | uint | 100 |
176
-
| requestsMemoryCacheGranularity | Defines per how many slots a cache is created for big API requests | uint | 10 |
177
-
| maxRequestedSlotAge | The maximum age of a request that will be processed | uint | 10 |
178
-
|[jwtAuth](#restapi_jwtauth)| Configuration for jwtAuth | object ||
179
-
|[limits](#restapi_limits)| Configuration for limits | object ||
| bindAddress | The bind address on which the REST API listens on | string | "0.0.0.0:14265" |
172
+
| publicRoutes | The HTTP REST routes which can be called without authorization. Wildcards using \* are allowed | array | /health<br/>/api/routes<br/>/api/core/v3/info<br/>/api/core/v3/network\*<br/>/api/core/v3/blocks\*<br/>/api/core/v3/transactions\*<br/>/api/core/v3/commitments\*<br/>/api/core/v3/outputs\*<br/>/api/core/v3/accounts\*<br/>/api/core/v3/validators\*<br/>/api/core/v3/rewards\*<br/>/api/core/v3/committee\*<br/>/api/debug/v2/\*<br/>/api/indexer/v2/\*<br/>/api/mqtt/v2<br/>/api/blockissuer/v1/\*|
173
+
| protectedRoutes | The HTTP REST routes which need to be called with authorization. Wildcards using \* are allowed | array | /api/\*|
174
+
| debugRequestLoggerEnabled | Whether the debug logging for requests should be enabled | boolean | false |
175
+
| maxPageSize | The maximum number of results per page | uint | 100 |
176
+
| maxCacheSize | The maximum size of cache for results | string | "50MB" |
177
+
|[jwtAuth](#restapi_jwtauth)| Configuration for jwtAuth | object ||
178
+
|[limits](#restapi_limits)| Configuration for limits | object ||
0 commit comments