Skip to content
This repository has been archived by the owner on May 22, 2022. It is now read-only.

Commit

Permalink
event-collector: Spec calls for max event size of 4 KiB
Browse files Browse the repository at this point in the history
  • Loading branch information
kemitche committed May 8, 2015
1 parent 722cd4c commit f3d2070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r2/r2/lib/eventcollector.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ def publish(self, events):
yield resp, some_events


def process_events(g, timeout=5.0, max_event_size=5120, **kw):
def process_events(g, timeout=5.0, max_event_size=4096, **kw):
publisher = EventPublisher(
g.events_collector_url,
g.secrets["events_collector_key"],
Expand Down

0 comments on commit f3d2070

Please sign in to comment.