document default value for events fetch interval

Same as title

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/6686
GitOrigin-RevId: 6c8edaae5d9d005f098d7cded14f991b5c22c881
This commit is contained in:
Tirumarai Selvan 2022-11-03 13:41:32 +05:30 committed by hasura-bot
parent b44443941f
commit 66b63ac828

View File

@ -1160,7 +1160,7 @@ Maximum number of concurrent http workers delivering events at any time. (defaul
</td>
<td>
Interval in milliseconds to sleep before trying to fetch events again after a fetch returned no events from postgres.
Interval in milliseconds to sleep before trying to fetch events again after a fetch returned no events from postgres. (default: `1000`)
</td>
</tr>