storj/storagenode/gracefulexit
littleskunk 5c68f4fc7c storagenode/gracefulexit: higher concurrency and shorter timeouts
1 transfer with a minimum speed of 128 Bytes was a nice try but it is
way too low. Even a pi3 was able to handle 7 grpc transfers. We have 4
satellites and with 5 concurrent transfers that should be a total of 20
concurrent transfers. Each transfer will have a minimum speed of 5KB/s.
That should give us a better througput and still be Ok on a pi3.

Change-Id: I650a7baf890080901ef70ea3b5636d93009b4e60
2020-01-24 23:51:39 +00:00
..
chore_test.go storagenode/pieces: Rename vars and update comments 2020-01-23 11:00:24 -07:00
chore.go {satellite,storagnode}/gracefulexit: reduce logging 2020-01-19 22:36:13 +02:00
common.go storagenode/gracefulexit: higher concurrency and shorter timeouts 2020-01-24 23:51:39 +00:00
db_test.go storagenode/storagenodedb/storagenodedbtest: pass ctx as an argument 2020-01-20 16:56:12 +02:00
endpoint_test.go common: separate repository 2019-12-27 14:11:15 +02:00
endpoint.go storagenode/pieces: Track total piece size 2020-01-23 11:00:24 -07:00
worker_test.go storagenode/pieces: Rename vars and update comments 2020-01-23 11:00:24 -07:00
worker.go storagenode\gracefulexit: broke worker deleteOnePieceOrAll into deleteOnePiece and deleteAllPieces and deletePiece 2020-01-17 15:07:34 +00:00