about summary refs log tree commit homepage
path: root/lib/PublicInbox/LeiAuth.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-02-21 07:41:29 +0000
committerEric Wong <e@80x24.org>2021-02-21 08:59:29 +0000
commitfb8b16ff2b40ecd22ebbdea0d27069749e800077 (patch)
treeed51c13c4d349b5375ea414ee2432f82ffd0b83f /lib/PublicInbox/LeiAuth.pm
parent54e53bfb66c325cc838a44ed3a19042b6dfcdf02 (diff)
downloadpublic-inbox-fb8b16ff2b40ecd22ebbdea0d27069749e800077.tar.gz
Augment (and dedupe) aren't parallel, yet, so its more sensitive to
high-latency networks.
Diffstat (limited to 'lib/PublicInbox/LeiAuth.pm')
-rw-r--r--lib/PublicInbox/LeiAuth.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/LeiAuth.pm b/lib/PublicInbox/LeiAuth.pm
index 7acb9900..bf0110ed 100644
--- a/lib/PublicInbox/LeiAuth.pm
+++ b/lib/PublicInbox/LeiAuth.pm
@@ -63,7 +63,7 @@ sub ipc_atfork_child {
 }
 
 sub new {
-        my ($cls, $nrd) = @_;
+        my ($cls, $nrd) = @_; # nrd may be NetReader or descendant (NetWriter)
         bless { nrd => $nrd }, $cls;
 }