forked from lix-project/lix
* Periodically checkpoint the log.
This commit is contained in:
parent
698e880c9f
commit
3495d153b3
|
@ -261,7 +261,9 @@ void Database::close()
|
|||
delete db;
|
||||
}
|
||||
|
||||
// env->txn_checkpoint(0, 0, 0);
|
||||
/* Do a checkpoint every 128 kilobytes, or every 5 minutes. */
|
||||
env->txn_checkpoint(128, 5, 0);
|
||||
|
||||
env->close(0);
|
||||
|
||||
} catch (DbException e) { rethrow(e); }
|
||||
|
|
Loading…
Reference in a new issue