|
@@ -105,7 +105,7 @@ |
|
|
block discarded – undo |
|
105
|
105
|
$qb->exprLimitInt('status', EventWrapper::STATUS_FAILED), |
|
106
|
106
|
$expr->andX( |
|
107
|
107
|
$qb->exprLimitInt('status', EventWrapper::STATUS_INIT), |
|
108
|
|
- $qb->exprGt('creation', time() - 86400), // only freshly created; less than 3 hours |
|
|
108
|
+ $qb->exprGt('creation', time() - 86400), // only freshly created; less than 3 hours |
|
109
|
109
|
$qb->exprLt('creation', time() - 900) // but not too fresh, at least 15 minutes |
|
110
|
110
|
) |
|
111
|
111
|
) |
Please login to merge, or discard this patch.