rclone/cmd/serve
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
..
dlna dlna: associate subtitles with all possible media nodes 2019-10-09 11:57:42 +01:00
ftp vendor: change goftp/server url 2019-10-29 17:41:56 +00:00
http serve http/webdav/restic/rc: rename --prefix flag to --baseurl #3398 2019-08-24 09:10:50 +01:00
httplib serve/httplib: Write the template to a buffer to catch render errors 2019-09-22 21:31:11 +01:00
proxy proxy: reduce the internal bcrypt strength to fix race tests 2019-11-11 16:20:28 +00:00
restic build: drop support for go1.9 2019-09-04 10:23:48 +01:00
servetest fstest: remove -subdir flag as it no longer tests anything useful #3421 2019-08-17 09:54:19 +01:00
sftp sftp: fix test failures 2019-10-09 17:43:03 +01:00
webdav build: drop support for go1.9 2019-09-04 10:23:48 +01:00
serve.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00