about summary refs log tree commit homepage
path: root/Documentation/technical/ds.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/technical/ds.txt')
-rw-r--r--Documentation/technical/ds.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/technical/ds.txt b/Documentation/technical/ds.txt
index cbd06cfb..a0793ca2 100644
--- a/Documentation/technical/ds.txt
+++ b/Documentation/technical/ds.txt
@@ -64,8 +64,8 @@ Augmented features:
 * ->requeue support.  An optimization of the AddTimer(0, ...) idiom
   for immediately dispatching code at the next event loop iteration.
   public-inbox uses this for fairly generating large responses
-  iteratively (see PublicInbox::NNTP::long_response or the use of
-  ->getline callbacks for generating gigantic gzipped mboxes).
+  iteratively (see PublicInbox::NNTP::long_response or git_async_cat
+  for blob retrievals).
 
 New features