ProCern/expiringsqlitedict

Don't set expire to an earlier time

Closed this issue · 1 comments

Taywee commented

When postponing or updating, make sure to not set expiration before current expire time.

Currently, if the expire for an item is later than the expire calculated from update or postponement, it will have its expire time reduced.

Taywee commented

Turns out I don't care about this. It is more logical to just update the expire time to whatever the user sets, even if "postpone" isn't the clearest verbiage.