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
In the purge pattern, 'm' is for minutes, not months.
However there is no error when launching a purge or schedule command with the following pattern: 1w:1m:1y
It should fail after checking that 1m is smaller than 1w. Each pattern item should be smaller than the preceding
The text was updated successfully, but these errors were encountered:
In the purge pattern, 'm' is for minutes, not months.
However there is no error when launching a purge or schedule command with the following pattern: 1w:1m:1y
It should fail after checking that 1m is smaller than 1w. Each pattern item should be smaller than the preceding
The text was updated successfully, but these errors were encountered: