mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 16:34:30 +01:00
9115752679
Before this change the race tests were taking too long. The bcrypt function went from about 20ms to 1s under the race detector and this is called for every transaction on webdav. This change reduces the bcrypt strength so it takes 1ms non race so the race tests pass and still has adequate security for in memory only storage. |
||
---|---|---|
.. | ||
dlna | ||
ftp | ||
http | ||
httplib | ||
proxy | ||
restic | ||
servetest | ||
sftp | ||
webdav | ||
serve.go |