diff options
author | Rasmus Dahlberg <rasmus@mullvad.net> | 2022-01-31 17:22:45 +0100 |
---|---|---|
committer | Rasmus Dahlberg <rasmus@mullvad.net> | 2022-01-31 17:22:45 +0100 |
commit | fdf51ab26373fe54c1f391b5c3f4b21a0d3b9c02 (patch) | |
tree | 1b988578929b2daf6859d98bb518f2545833bebb | |
parent | 0d0edb3421232ac32f6f426089b46244cc838545 (diff) |
added note about naming in a decided proposal
-rw-r--r-- | doc/proposals/2021-11-remove-arbitrary-bytes.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/proposals/2021-11-remove-arbitrary-bytes.md b/doc/proposals/2021-11-remove-arbitrary-bytes.md index f61111b..44cd9bc 100644 --- a/doc/proposals/2021-11-remove-arbitrary-bytes.md +++ b/doc/proposals/2021-11-remove-arbitrary-bytes.md @@ -34,3 +34,6 @@ that. Not letting the log see data is a feature: - The data cannot be analyzed by the log unless its location is known - The data cannot be expected to be stored in the future - Each logging request becomes cheaper + +Note: the above terminology a bit "meh" and messy. Consider better naming when +moving this into the main documentation. |