Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

feat: randomly pick preload node #2194

Merged
merged 2 commits into from
Jun 28, 2019
Merged

Commits on Jun 27, 2019

  1. feat: randomly pick preload node

    This PR updates the preloader to randomly pick a node when preloading data.
    
    It actually shuffles the list of _available_ preload nodes for every preload
    request, and works its way through. This helps spread the load between available
    preload nodes.
    
    License: MIT
    Signed-off-by: Alan Shaw <alan@tableflip.io>
    alanshaw authored and Alan Shaw committed Jun 27, 2019
    Configuration menu
    Copy the full SHA
    6044d8d View commit details
    Browse the repository at this point in the history
  2. fix: remove CLI preload arg not recognised by ipfsd-ctl

    License: MIT
    Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
    Alan Shaw committed Jun 27, 2019
    Configuration menu
    Copy the full SHA
    6d81d08 View commit details
    Browse the repository at this point in the history