about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-02-25 22:41:41 -1100
committerEric Wong <e@80x24.org>2021-02-26 17:04:10 -0400
commit903eac79aa86d17c0b8f888d160d44977899515b (patch)
tree0018c9b61640ab4725b8c2885a7e2ce669b418a5
parentb31b8588c2e22e17c853deab9fe474e1a1b9d70d (diff)
downloadpublic-inbox-903eac79aa86d17c0b8f888d160d44977899515b.tar.gz
lei_xsearch: more detail about ->xdb call chain
I was just wondering this myself :x
-rw-r--r--lib/PublicInbox/LeiXSearch.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/LeiXSearch.pm b/lib/PublicInbox/LeiXSearch.pm
index 7ec696f4..9a6457d7 100644
--- a/lib/PublicInbox/LeiXSearch.pm
+++ b/lib/PublicInbox/LeiXSearch.pm
@@ -63,7 +63,7 @@ sub locals { @{$_[0]->{locals} // []} }
 
 sub remotes { @{$_[0]->{remotes} // []} }
 
-# called by PublicInbox::Search::xdb
+# called by PublicInbox::Search::xdb (usually via ->mset)
 sub xdb_shards_flat { @{$_[0]->{shards_flat} // []} }
 
 sub mitem_kw ($$;$) {