Skip to content
New issue

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

max retain is 99 - needs to be higher #23

Open
vince-weka opened this issue Nov 11, 2022 · 1 comment
Open

max retain is 99 - needs to be higher #23

vince-weka opened this issue Nov 11, 2022 · 1 comment

Comments

@vince-weka
Copy link
Collaborator

The customer wants 10 or 15-min snaps 24/7; and to retain >100 snaps. (every 15 mins is 96 per day)

def _parse_retain(retain, name):
result = _parse_spec_int(retain, 'retain', name, 0, 99)
return result

Can we make that more like 500? We should discuss what a practicle max should be - new code will have 32k snaps

@vince-weka
Copy link
Collaborator Author

Also, if one does go above 99, it makes the value 0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant