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
Currently, there is an option to set the number of days of data to keep. This option value will always be used to delete old data. There is no way to not delete data. The cron doesn't even check if the setting is valid at all.
I'd like to see an option that would enable someone to not have Statify delete data. This could be done by settings the value to something like 0. Or we use a "toggle" to activate/deactivete deletion in general and only then check the numeric value for the actual deletion.
The text was updated successfully, but these errors were encountered:
But a quick sanity check before executing the deletion statement would definitely make sense.
Or we use a "toggle" to activate/deactivate deletion in general [...]
Think I'd prefer this approach. Just add an "keep infinite" checkbox next to the numeric value for convenience (0, -1 or similar works, too, but not very convenient)
Currently, there is an option to set the number of days of data to keep. This option value will always be used to delete old data. There is no way to not delete data. The cron doesn't even check if the setting is valid at all.
I'd like to see an option that would enable someone to not have Statify delete data. This could be done by settings the value to something like
0
. Or we use a "toggle" to activate/deactivete deletion in general and only then check the numeric value for the actual deletion.The text was updated successfully, but these errors were encountered: