about summary refs log tree commit homepage
path: root/t/v1reindex.t
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-03-15 12:58:26 +0100
committerEric Wong <e@80x24.org>2021-03-15 16:54:31 -0400
commit1b19e689f0b76290a437dd614da8685574e72b73 (patch)
treefb02f7d26d873d1b429b149446f036fa02202fe2 /t/v1reindex.t
parent28840e0ea63f8d649614e196ce286688be431dfb (diff)
downloadpublic-inbox-1b19e689f0b76290a437dd614da8685574e72b73.tar.gz
Using create_inbox doesn't seem worth the trouble, here, at the
moment, but disabling fsync(2) gives a noticeable speedup on
my system even with an SSD.
Diffstat (limited to 't/v1reindex.t')
-rw-r--r--t/v1reindex.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/v1reindex.t b/t/v1reindex.t
index 36cefda5..f593b323 100644
--- a/t/v1reindex.t
+++ b/t/v1reindex.t
@@ -18,6 +18,7 @@ my $ibx_config = {
         name => 'test-v1reindex',
         -primary_address => 'test@example.com',
         indexlevel => 'full',
+        -no_fsync => 1,
 };
 my $mime = PublicInbox::Eml->new(<<'EOF');
 From: a@example.com