diff --git a/tddb/td/db/SqliteDb.cpp b/tddb/td/db/SqliteDb.cpp index 910374b26..6675879f4 100644 --- a/tddb/td/db/SqliteDb.cpp +++ b/tddb/td/db/SqliteDb.cpp @@ -244,7 +244,7 @@ optional SqliteDb::get_cipher_version() const { Result 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 {