about summary refs log tree commit homepage
path: root/script/public-inbox-compact
diff options
context:
space:
mode:
authorEric Wong (Contractor, The Linux Foundation) <e@80x24.org>2018-04-06 21:44:39 +0000
committerEric Wong (Contractor, The Linux Foundation) <e@80x24.org>2018-04-06 21:45:04 +0000
commitaed636420b2fee7ff217bfae148cc9485b011d79 (patch)
treef8871f9003e0d007176e58d08c553e162f2002c5 /script/public-inbox-compact
parentfad9acd35e56a289ade90a62d056b2a6663d448c (diff)
downloadpublic-inbox-aed636420b2fee7ff217bfae148cc9485b011d79.tar.gz
Xapian is size-intensive and SQLite is not strictly necessary for v1.
Diffstat (limited to 'script/public-inbox-compact')
-rwxr-xr-xscript/public-inbox-compact2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/public-inbox-compact b/script/public-inbox-compact
index 43e94609..d855b9e1 100755
--- a/script/public-inbox-compact
+++ b/script/public-inbox-compact
@@ -4,9 +4,9 @@
 use strict;
 use warnings;
 use Getopt::Long qw(:config gnu_getopt no_ignore_case auto_abbrev);
-use PublicInbox::V2Writable;
 use PublicInbox::Search;
 use PublicInbox::Config;
+use PublicInbox::InboxWritable;
 use Cwd 'abs_path';
 use File::Temp qw(tempdir);
 use File::Path qw(remove_tree);