Skip to content
  • Richard Hughes's avatar
    Add GsPluginRequest to all the plugin loader methods · 7fed04f1
    Richard Hughes authored
    This allows us to add common parameters to each request without changing the
    API every time. It also allows all the different plugin loader actions to share
    one thread func, putting all the filter and post-resolve code in one place.
    
    Use this new functionality to add support for max-results and sort_func to
    every plugin loader method, which allows us to speed up loading the overview.
    7fed04f1