X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/d51224880c6524fd1b47543f3f312c3a000805c1..eff37344f3cecd5aed259c9852aca4bdcdfb6922:/services/api/lib/eventbus.rb diff --git a/services/api/lib/eventbus.rb b/services/api/lib/eventbus.rb index 3582cb4b33..35671d65b2 100644 --- a/services/api/lib/eventbus.rb +++ b/services/api/lib/eventbus.rb @@ -116,7 +116,7 @@ class EventBus # Execute query and actually send the matching log rows count = 0 - limit = 100 + limit = 20 logs.limit(limit).each do |l| ws.send(l.as_api_response.to_json)