Increase performance warning time to a reasonable value.

This commit is contained in:
levlam 2021-11-17 09:07:23 +03:00
parent 04736f363b
commit e7dfed10a5
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ optional<int32> SqliteDb::get_cipher_version() const {
Result<SqliteDb> SqliteDb::change_key(CSlice path, bool allow_creation, const DbKey &new_db_key,
const DbKey &old_db_key) {
PerfWarningTimer perf("change key", 0.001);
PerfWarningTimer perf("change key", 0.05);
// fast path
{