From 217dca872b5aef8bca06a6ae3eb274b2e2fb34f0 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Tue, 14 Jan 2020 13:14:57 +0100 Subject: Fix comments for NSS PBKDF setup (no code change) --- toolkit/xre/nsAppRunner.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'toolkit/xre') diff --git a/toolkit/xre/nsAppRunner.cpp b/toolkit/xre/nsAppRunner.cpp index ab3f3881d..b27e46697 100644 --- a/toolkit/xre/nsAppRunner.cpp +++ b/toolkit/xre/nsAppRunner.cpp @@ -2806,7 +2806,8 @@ XREMain::XRE_mainInit(bool* aExitFlag) // Allow iteration counts in DBM mode SaveToEnv("NSS_ALLOW_LEGACY_DBM_ITERATION_COUNT=1"); // Set default Master Password rounds to a sane value for DBM which is slower - // than SQL for PKDBF. The NSS hard-coded default of 10,000 is too much. + // than SQL for PBKDF. The NSS hard-coded default of 10,000 is too much. + // See also Bug 1606992 for perf issues. #ifdef DEBUG SaveToEnv("NSS_MAX_MP_PBE_ITERATION_COUNT=15"); #else -- cgit v1.2.3