Skip to content

Commit

Permalink
events: editorial fixes
Browse files Browse the repository at this point in the history
* reference tables for certain values
* fix markdown monopace output of several field names
  • Loading branch information
slusarz authored and sirainen committed Aug 28, 2024
1 parent 2125dfb commit 572f313
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions data/events.js
Original file line number Diff line number Diff line change
Expand Up @@ -516,11 +516,15 @@ Reason why the caching decision changed:
* \`unordered_access\`: temp -> yes decision change, because mails weren't accessed in ascending order.
* Other values indicate a reason for cache purging, which changes the caching decision yes -> temp.`,
uid: `IMAP UID number that caused the decision change. This is set only for some reasons, not all.`,
old_decision: `Old cache decision: \`no\`, \`temp\`, or \`yes\`.`,
new_decision: `New cache decision: \`no\`, \`temp\`, or \`yes\`.`,
old_decision: `Old <a href="#mail_cache_decision_changed_decisions">cache decision</a>.`,
new_decision: `New <a href="#mail_cache_decision_changed_decisions">cache decision</a>.`,
},
text: `
A field's caching decision changed. The decisions are:
A field's caching decision changed.
<span id="mail_cache_decision_changed_decisions" />
Decisions:
| Decision | Description |
| -------- | ----------- |
Expand Down Expand Up @@ -1210,7 +1214,9 @@ compiling it at delivery).`
connected_usecs: `How long ago the client connection was created.`,
},
text: `
<span id="pre_login_client_reason_values">\`reason\` values:</span>
<span id="pre_login_client_reason_values" />
\`reason\` values:
| Reason | Description |
| ------ | ----------- |
Expand Down Expand Up @@ -1281,7 +1287,7 @@ logged into the backend.`
disconnect_reason: `Reason for disconnection (empty = clean disconnect).`,
idle_usecs: {
changed: {
events_proxy_session_finished_idle_usecs_changed: `This was previously named idle_secs.`
events_proxy_session_finished_idle_usecs_changed: `This was previously named \`idle_secs\`.`
},
text: `Number of seconds the connection was idling before getting disconnected.`
},
Expand Down

0 comments on commit 572f313

Please sign in to comment.