We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Regardless of what positive integer value I use it exits immediately after iterating through historical values.
It should provide the historical values then wait for inactive_threshold seconds before exiting (a value of 0 should wait forever)
Current
No response
async for entry in await kv.watchall(include_history=True, inactive_threshold=2**10): ...
The text was updated successfully, but these errors were encountered:
caspervonb
No branches or pull requests
Observed behavior
Regardless of what positive integer value I use it exits immediately after iterating through historical values.
Expected behavior
It should provide the historical values then wait for inactive_threshold seconds before exiting (a value of 0 should wait forever)
Server and client version
Current
Host environment
No response
Steps to reproduce
The text was updated successfully, but these errors were encountered: