From 78d765a8d03967d0dfd6ce6232ffad5c89319909 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 17 Jun 2016 01:56:05 +0000 Subject: import: auto-update index when done This prevents multiple update processes from stepping over each other while called under the lock, and also allows the new -watch process to update the index iff indexing was desired. --- script/public-inbox-mda | 9 --------- 1 file changed, 9 deletions(-) (limited to 'script/public-inbox-mda') diff --git a/script/public-inbox-mda b/script/public-inbox-mda index 26b70cfb..145aa710 100755 --- a/script/public-inbox-mda +++ b/script/public-inbox-mda @@ -79,7 +79,6 @@ if (ref($ret) && $ret->isa('Email::MIME')) { # filter altered message } # else { accept PublicInbox::MDA->set_list_headers($mime, $dst); -END { index_sync($main_repo) if $? == 0 }; my $git = PublicInbox::Git->new($main_repo); my $im = PublicInbox::Import->new($git, $dst->{name}, $recipient); if (defined $im->add($mime)) { @@ -107,11 +106,3 @@ sub do_spamc { ($? || $$out eq '') ? 0 : 1; } - -sub index_sync { - my ($git_dir) = @_; - eval { - require PublicInbox::SearchIdx; - PublicInbox::SearchIdx->new($git_dir, 2)->index_sync; - }; -} -- cgit v1.2.3-24-ge0c7