You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix agent-master whitespace to match dev
This makes diffing easier during agent releases
driver/event_table.c from 1435a3f
driver/ppm.h from fd896b7
driver/ppm_events.c from e8f6630
Change initial read to byte limit + increase (draios#892)
In get_all_data(), which is used when initially reading k8s environment
data, there used to be a limit on the number of reads performed. This
was a bit sensitive to the packet size and delivery pattern, and in some
cases could give up after as few as 50-100k.
Change this to a limit on the number of bytes read, and change the limit
to 30mb.