Increase performance warning time to a reasonable value.
This commit is contained in:
parent
04736f363b
commit
e7dfed10a5
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user