]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/SearchIdx.pm
comments: replace "partition" with "shard"
[public-inbox.git] / lib / PublicInbox / SearchIdx.pm
index 58b233759628074708c0ac63b0e21b6c0f4f2af0..665f673a88d9832be185d80d684467775fc1a200 100644 (file)
@@ -797,7 +797,7 @@ sub remote_close {
 sub remote_remove {
        my ($self, $oid, $mid) = @_;
        if (my $w = $self->{w}) {
-               # triggers remove_by_oid in a partition
+               # triggers remove_by_oid in a shard
                print $w "D $oid $mid\n" or die "failed to write remove $!";
        } else {
                $self->begin_txn_lazy;