diff --git a/store/reparse.go b/store/reparse.go index aa6acb2..ba8d92b 100644 --- a/store/reparse.go +++ b/store/reparse.go @@ -16,7 +16,7 @@ import ( // We process messages in database transactions in batches. Otherwise, for accounts // with many messages, we would get slowdown with many unwritten blocks in memory. -var reparseMessageBatchSize = 10000 +var reparseMessageBatchSize = 1000 // ReparseMessages reparses all messages, updating the MIME structure in // Message.ParsedBuf.