Compare commits
1 Commits
ea1733615d
...
4c1b7b616f
| Author | SHA1 | Date | |
|---|---|---|---|
| 4c1b7b616f |
10
README.md
10
README.md
@@ -1155,10 +1155,12 @@ that the rate is not bounded by the limits above on every route:
|
|||||||
the multiplier is whatever the deployment will serve.
|
the multiplier is whatever the deployment will serve.
|
||||||
|
|
||||||
**The same ceiling covers every other line the service writes through
|
**The same ceiling covers every other line the service writes through
|
||||||
`slog` that carries text an unauthenticated client supplies.** The
|
`slog` that carries text an unauthenticated client supplies**, with one
|
||||||
access log is not the only line a client can put its own text into, and
|
exception stated below it: the recovered-panic record, which spends the
|
||||||
a budget that held for one line and not the others would be worse than
|
same per-field budgets but has its own wider ceiling. The access log is
|
||||||
no stated budget at all. Every `slog` call an unauthenticated request
|
not the only line a client can put its own text into, and a budget that
|
||||||
|
held for one line and not the others would be worse than no stated
|
||||||
|
budget at all. Every `slog` call an unauthenticated request
|
||||||
can reach spends the same per-field budget through `internal/logfield`,
|
can reach spends the same per-field budget through `internal/logfield`,
|
||||||
and each carries strictly fewer client-supplied fields than the access
|
and each carries strictly fewer client-supplied fields than the access
|
||||||
log does, so none of them can be wider than it:
|
log does, so none of them can be wider than it:
|
||||||
|
|||||||
Reference in New Issue
Block a user