| Index: milo/appengine/buildbot/pubsub.go
|
| diff --git a/milo/appengine/buildbot/pubsub.go b/milo/appengine/buildbot/pubsub.go
|
| index c12147af74e2d693d7092679271bab5f0bb8e1a7..b9bf2a4643a6565d044ee33802a4545e3c499d45 100644
|
| --- a/milo/appengine/buildbot/pubsub.go
|
| +++ b/milo/appengine/buildbot/pubsub.go
|
| @@ -238,7 +238,7 @@ func doMaster(c context.Context, master *buildbotMaster, internal bool) int {
|
| Eq("finished", false).
|
| Eq("master", master.Name)
|
| builds := []*buildbotBuild{}
|
| - err = ds.GetAll(c, q, &builds)
|
| + err = getBuildQueryBatcher(c).GetAll(c, q, &builds)
|
| if err != nil {
|
| logging.WithError(err).Errorf(c, "Could not load current builds from master %s",
|
| master.Name)
|
|
|