aboutsummaryrefslogtreecommitdiff
path: root/weed/command/master_follower.go
AgeCommit message (Expand)AuthorFilesLines
2021-12-26use streaming mode for long poll grpc callschrislu1-1/+1
2021-11-05Revert "master: rename grpc function KeepConnected() to SubscribeVolumeLocati...Chris Lu1-1/+1
2021-11-03master: rename grpc function KeepConnected() to SubscribeVolumeLocationUpdates()Chris Lu1-1/+1
2021-09-20use default 10000 for grpc portChris Lu1-1/+5
2021-09-12change server address from string to a typeChris Lu1-11/+6
2021-09-12custom grpc port: master followerChris Lu1-1/+2
2021-09-07better IP v6 supportChris Lu1-3/+2
2021-08-14go fmtChris Lu1-2/+0
2021-08-12master: add master.follower to handle read file id lookup requestsChris Lu1-0/+145