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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,8 @@ Custom query API keys are read from the generated `custom_query_config.toml` ent
46
46
47
47
Custom query JSON API responses are cached briefly in memory to reduce duplicate upstream calls during fast cycle-list polling. Set `CUSTOM_QUERY_CACHE_TTL` to a Go duration such as `3s` or `500ms` to tune the freshness window. The default is `3s`; set it to `0` to disable this cache.
48
48
49
+
The full custom-query fetch is limited to five seconds by default. Set `CUSTOM_QUERY_FETCH_TIMEOUT` to a positive Go duration such as `2s` to preserve more of the reporting window for transaction submission when an optional source is slow.
0 commit comments