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: docs/reference-tables/ea-settings.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,12 +7,12 @@
7
7
| BACKGROUND_EXECUTE_MS_HTTP | number | 1000 | Time in milliseconds to sleep between HTTP transports' background execute calls, when there are no requests to send | - Value must be an integer<br> - Value must be above the minimum<br> - Value must be below the maximum | 1 | 10000 |
8
8
| BACKGROUND_EXECUTE_MS_SSE | number | 1000 | Time in milliseconds to sleep between SSE transports' background execute calls | - Value must be an integer<br> - Value must be above the minimum<br> - Value must be below the maximum | 1 | 10000 |
9
9
| BACKGROUND_EXECUTE_MS_WS | number | 1000 | Time in milliseconds to sleep between WS transports' background execute calls | - Value must be an integer<br> - Value must be above the minimum<br> - Value must be below the maximum | 1 | 10000 |
10
-
| BACKGROUND_EXECUTE_TIMEOUT | number | 90000 | The maximum amount of time in milliseconds to wait for a background execute to finish | - Value must be an integer<br> - Value must be above the minimum<br> - Value must be below the maximum | 1000 |180000|
10
+
| BACKGROUND_EXECUTE_TIMEOUT | number | 90000 | The maximum amount of time in milliseconds to wait for a background execute to finish | - Value must be an integer<br> - Value must be above the minimum<br> - Value must be below the maximum | 1000 |600000|
11
11
| BASE_URL | string | / | Starting path for the EA handler endpoint |||
12
12
| CACHE_LOCK_DEFERRAL_MS | number | 60000 | The amount of time (in ms) to wait before attempting to lock the cache |||
13
13
| CACHE_LOCK_DURATION | number | 10000 | Time (in ms) used as a baseline for the acquisition and extension of cache locks |||
14
14
| CACHE_LOCK_RETRIES | number | 10 | Number of retries to acquire a cache lock |||
15
-
| CACHE_MAX_AGE | number | 90000 | Maximum amount of time (in ms) that a response will stay cached | - Value must be an integer<br> - Value must be above the minimum<br> - Value must be below the maximum | 1000 |1200000|
15
+
| CACHE_MAX_AGE | number | 90000 | Maximum amount of time (in ms) that a response will stay cached | - Value must be an integer<br> - Value must be above the minimum<br> - Value must be below the maximum | 1000 |3600000|
16
16
| CACHE_MAX_ITEMS | number | 10000 | The maximum number of items that remain in the cache | - Value must be an integer<br> - Value must be above the minimum<br> - Value must be below the maximum | 1000 | 50000 |
17
17
| CACHE_POLLING_MAX_RETRIES | number | 10 | Max amount of times to attempt to find EA response in the cache after the Transport has been set up | - Value must be an integer<br> - Value must be above the minimum<br> - Value must be below the maximum | 0 | 20 |
18
18
| CACHE_POLLING_SLEEP_MS | number | 200 | The number of ms to sleep between each retry to fetch the EA response in the cache | - Value must be an integer<br> - Value must be above the minimum<br> - Value must be below the maximum | 10 | 1000 |
0 commit comments