File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -258,8 +258,8 @@ def calculate_max_event_size(ss):
258258 size += calculate_max_event_size (ss_source )
259259
260260 # enforce minimum
261- if size < 1024000 :
262- size = 1024000
261+ if size < 10240 :
262+ size = 10240
263263
264264 _evt_size_cache [ss ] = size
265265 return size
Original file line number Diff line number Diff line change 5757 random_seed: 8250
5858 sleep_on_stop_us: 500000
5959 nADCcounts: 40
60- max_fragment_size_bytes: 200
60+ max_fragment_size_bytes: 208
6161 throttle_usecs: 100000
6262 distribution_type: 2
6363 timestamp_scale_factor: 1
Original file line number Diff line number Diff line change 5757 random_seed: 2899
5858 sleep_on_stop_us: 500000
5959 nADCcounts: 40
60- max_fragment_size_bytes: 200
60+ max_fragment_size_bytes: 208
6161 throttle_usecs: 100000
6262 distribution_type: 2
6363 timestamp_scale_factor: 1
You can’t perform that action at this time.
0 commit comments