storj/storagenode
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
..
bandwidth storagenode/storagenodedb/storagenodedbtest: pass ctx as an argument 2020-01-20 16:56:12 +02:00
collector satellite/metainfo: move RS configuration to satellite 2020-01-22 09:33:53 +00:00
console storagenode/pieces: Track total piece size 2020-01-23 11:00:24 -07:00
contact all: reduce number of log messages 2020-01-06 19:03:46 +00:00
gracefulexit storagenode/gracefulexit: higher concurrency and shorter timeouts 2020-01-24 23:51:39 +00:00
inspector storagenode/pieces: Track total piece size 2020-01-23 11:00:24 -07:00
monitor common: separate repository 2019-12-27 14:11:15 +02:00
nodestats storagenode: ensure we don't eat the underlying error 2020-01-14 20:26:23 +00:00
notifications storagenode/storagenodedb/storagenodedbtest: pass ctx as an argument 2020-01-20 16:56:12 +02:00
orders storagenode/storagenodedb/storagenodedbtest: pass ctx as an argument 2020-01-20 16:56:12 +02:00
pieces storagenode/pieces: Rename vars and update comments 2020-01-23 11:00:24 -07:00
piecestore storagenode/piecestore: add large timeouts to read/write operations 2020-01-23 19:20:49 +00:00
preflight storagenode/preflightcheck: enable database check by default 2020-01-24 23:23:35 +00:00
reputation storagenode/storagenodedb/storagenodedbtest: pass ctx as an argument 2020-01-20 16:56:12 +02:00
retain storagenode/storagenodedb/storagenodedbtest: pass ctx as an argument 2020-01-20 16:56:12 +02:00
satellites storagenode/gracefulexit: fix exit-status command output 2020-01-15 14:58:15 +00:00
storagenodedb storagenode/pieces: Track total piece size 2020-01-23 11:00:24 -07:00
storageusage storagenode/storagenodedb/storagenodedbtest: pass ctx as an argument 2020-01-20 16:56:12 +02:00
trust storagenode: ensure we don't eat the underlying error 2020-01-14 20:26:23 +00:00
operator.go storagenode/main: map aliases for kademlia config values (#3118) 2019-09-30 19:33:00 -04:00
peer.go storagenode/peer: ensure contact.external-address and server.address is valid 2020-01-23 15:51:46 +00:00