This commit is contained in:
Francesco Mazzoli
2024-07-02 15:44:12 +00:00
parent 8ad4214e3d
commit 285ffd66c7
+2
View File
@@ -3678,6 +3678,8 @@ struct ShardDBImpl {
}
tmpTf().setMtime(time);
// For operations that do not care about deadlines (such as removing spans),
// do not bump the deadline since the whole point is to clean those files up.
if (!allowPastDeadline) {
tmpTf().setDeadline(time + _transientDeadlineInterval);
}