pub const BCRYPT_COST: u32 = 10;Expand description
Upstream’s cost factor (password.js, bcrypt.hash(password, 10)).
Not raised. A higher cost would be better practice and would produce hashes parse-server can still verify, but it would change login latency in a way an operator did not ask for, and the benchmark story would then be comparing different work. Revisit deliberately, not silently.