rclone/cmd/serve/proxy
Nick Craig-Wood 9115752679 proxy: reduce the internal bcrypt strength to fix race tests
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.
2019-11-11 16:20:28 +00:00
..
proxyflags serve: add auth proxy infrastructure 2019-08-06 11:43:42 +01:00
proxy_code.go serve: add auth proxy infrastructure 2019-08-06 11:43:42 +01:00
proxy_test.go serve: add auth proxy infrastructure 2019-08-06 11:43:42 +01:00
proxy.go proxy: reduce the internal bcrypt strength to fix race tests 2019-11-11 16:20:28 +00:00