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
During tests running on 8858, it was noticed that NSFS_GLACIER_EXPIRY_RUN_DELAY_LIMIT_MINS is 120 minutes instead of 2 minutes as mentioned in the example.
// NSFS_GLACIER_EXPIRY_RUN_TIME_TOLERANCE_MINS configures the delay
// tolerance in minutes.
//
// eg. If the expiry run time is set to 03:00 and the tolerance is
// set to be 2 mins then the expiry can trigger till 03:02 (unless
// already triggered between 03:00 - 03:02
config.NSFS_GLACIER_EXPIRY_RUN_DELAY_LIMIT_MINS = 2 * 60;
Expected behavior
1.NSFS_GLACIER_EXPIRY_RUN_DELAY_LIMIT_MINS should be probably 2 minutes.
The text was updated successfully, but these errors were encountered:
Environment info
Actual behavior
Expected behavior
1.NSFS_GLACIER_EXPIRY_RUN_DELAY_LIMIT_MINS should be probably 2 minutes.
The text was updated successfully, but these errors were encountered: