You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: remove duplicate queries during settings flow and use better index hint for credentials lookup (#4193)
This patch reduces duplicate GetIdentity queries as part of submitting the settings flow, and improves an index to significantly reduce credential lookup.
For better debugging, more tracing ha been added to the settings module.
Copy file name to clipboardExpand all lines: cmd/hashers/argon2/calibrate.go
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -246,6 +246,7 @@ Please note that the values depend on the machine you run the hashing on. If you
246
246
caseres.MaxMem>conf.localConfig.DedicatedMemory:
247
247
_, _=progressPrinter.Printf("The required memory was %s more than the maximum allowed of %s.\n", res.MaxMem-maxMemory, conf.localConfig.DedicatedMemory)
0 commit comments