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
This is because when writing to the steampipe_settings table cache_clear_time is incorrectly used as the setting key - it should be cache_ttl
steampipe_settings
cache_clear_time
cache_ttl
The text was updated successfully, but these errors were encountered:
Fixed by 80466b0
Sorry, something went wrong.
kaidaguerre
When branches are created from issues, their pull requests are automatically linked.
This is because when writing to the
steampipe_settings
tablecache_clear_time
is incorrectly used as the setting key - it should becache_ttl
The text was updated successfully, but these errors were encountered: