Browse Source

Improve bulk indexing comment

refactor-mempool
Roman Zeyde 6 years ago
parent
commit
610a0ade07
No known key found for this signature in database GPG Key ID: 87CAE5FA46917CBB
  1. 2
      src/bulk.rs

2
src/bulk.rs

@ -257,7 +257,7 @@ pub fn index(daemon: &Daemon, metrics: &Metrics, store: DBStore) -> Result<DBSto
} else {
Ok(store)
};
// Enable auto compactions after bulk indexing is over.
// Enable auto compactions after bulk indexing and full compaction are over.
result.map(|store| store.enable_compaction())
}

Loading…
Cancel
Save