From 36cf899dd9831c39122b868e314d2f7b5c8ea192 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 25 Jul 2023 15:25:16 +0100 Subject: [PATCH] dev notes: Draft IPT algorithm: Add a publication rate limit Prompted by https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/1429#note_2924499 --- doc/dev/notes/hssvc-ipt-algorithms.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/dev/notes/hssvc-ipt-algorithms.md b/doc/dev/notes/hssvc-ipt-algorithms.md index 93a25672b..31ba5d305 100644 --- a/doc/dev/notes/hssvc-ipt-algorithms.md +++ b/doc/dev/notes/hssvc-ipt-algorithms.md @@ -247,7 +247,8 @@ We record for each hsdir what we have published. We attempt publication in the following cases: - * `Certain`, if: the IPT list has changed from what was published + * `Certain`, if: the IPT list has changed from what was published, + and we haven't published a `Certain` set recently * `Uncertain`, if: nothing is published, or what is published will expire soon, or we haven't published since Arti was restarted