summaryrefslogtreecommitdiff
path: root/lib/MaildirIndexer/LogTimelineSchema.pm6
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2019-12-27 21:24:22 +0000
committerdakkar <dakkar@thenautilus.net>2019-12-27 21:34:16 +0000
commitbbb63af94bc399b5065ce52172f5140df4c39b73 (patch)
treeb4ec73ecc575f292906a5f2a08d8960c1cb2cc12 /lib/MaildirIndexer/LogTimelineSchema.pm6
parentok, the slow bit is looking for the @separators (diff)
downloadMaildirIndexer-bbb63af94bc399b5065ce52172f5140df4c39b73.tar.gz
MaildirIndexer-bbb63af94bc399b5065ce52172f5140df4c39b73.tar.bz2
MaildirIndexer-bbb63af94bc399b5065ce52172f5140df4c39b73.zip
make things faster by doing more work (?!??!)
Diffstat (limited to 'lib/MaildirIndexer/LogTimelineSchema.pm6')
-rw-r--r--lib/MaildirIndexer/LogTimelineSchema.pm62
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/MaildirIndexer/LogTimelineSchema.pm6 b/lib/MaildirIndexer/LogTimelineSchema.pm6
index 3bbd1eb..1e1848f 100644
--- a/lib/MaildirIndexer/LogTimelineSchema.pm6
+++ b/lib/MaildirIndexer/LogTimelineSchema.pm6
@@ -10,8 +10,6 @@ class Parse::Email::Str does Log::Timeline::Task['MaildirIndexer','Parser','pars
class Parse::Email::File does Log::Timeline::Task['MaildirIndexer','Parser','parsing a file'] { };
class Parse::Email::Socket does Log::Timeline::Task['MaildirIndexer','Parser','parsing a socket'] { };
-class Parse::Email::SocketChunk does Log::Timeline::Event['MaildirIndexer','Parser','read a chunk from the socket'] { };
-
class Parse::Header does Log::Timeline::Task['MaildirIndexer','Email','parsing a header'] { };
class Index::Add does Log::Timeline::Task['MaildirIndexer','Index','add email'] { };