3410: Merge branch 'master' into 3410-replication-attrs
[arvados.git] / services / api / lib / eventbus.rb
index 3582cb4b332956ff4f7e40a3dcde8a93d9b85f82..35671d65b287e495a76b2fc94b47cdf588983350 100644 (file)
@@ -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)