File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1491,8 +1491,8 @@ is "<code>[=aggregatable source registration time configuration/include=]</code>
14911491this is 0.
14921492
14931493<dfn>Max attribution report time-to-live</dfn> is a positive [=duration=] that
1494- controls the max amount of time an attribution report can exist before no longer
1495- able to being sent.
1494+ controls the maximum amount of time an attribution report can exist before
1495+ expiring without being sent.
14961496
14971497<dfn>Max event-level reports per attribution destination</dfn> is a positive integer that
14981498controls how many [=event-level reports=] can be in the
@@ -4688,10 +4688,10 @@ To <dfn>queue reports for delivery</dfn> given a [=set=] of
46884688 forms of interruption, including shutdown, the user agent may need to
46894689 persist reports that are in the process of being sent in some other
46904690 storage.
4691- 1. Let |reportLifeTime | be the lesser of |report|'s
4691+ 1. Let |startTime | be the lesser of |report|'s
46924692 [=attribution report/source time=] and [=attribution report/trigger time=] .
4693- 1. If [=current wall time=] - |reportLifeTime | is less than or equal to
4694- [=Max attribution report time-to-live=] , [=list/append=] |report| to
4693+ 1. If [=current wall time=] - |startTime | is less than or equal to
4694+ [=max attribution report time-to-live=] , [=list/append=] |report| to
46954695 |reportsToSend|.
469646961. [=shuffle a list|Shuffle=] |reportsToSend|.
46974697
You can’t perform that action at this time.
0 commit comments