1
0
Fork 0

less syncs

This commit is contained in:
Jan Steemann 2013-07-03 10:53:12 +02:00
parent ebcf63d1cc
commit cd3593427c
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ static TRI_datafile_t* CreateCompactor (TRI_primary_collection_t* primary,
cm._type = (TRI_col_type_t) collection->_info._type;
cm._cid = collection->_info._cid;
res = TRI_WriteCrcElementDatafile(journal, position, &cm.base, sizeof(cm), true);
res = TRI_WriteCrcElementDatafile(journal, position, &cm.base, sizeof(cm), false);
if (res != TRI_ERROR_NO_ERROR) {
collection->_lastError = journal->_lastError;