Change the default max_len to infinity
This commit is contained in:
parent
7e98650233
commit
4d2d6fa0d6
|
@ -76,7 +76,7 @@
|
||||||
%% priority table
|
%% priority table
|
||||||
pseq = 0, priorities = [],
|
pseq = 0, priorities = [],
|
||||||
%% len of simple queue
|
%% len of simple queue
|
||||||
len = 0, max_len = ?MAX_LEN,
|
len = 0, max_len = infinity,
|
||||||
low_wm = ?LOW_WM, high_wm = ?HIGH_WM,
|
low_wm = ?LOW_WM, high_wm = ?HIGH_WM,
|
||||||
qos0 = false, dropped = 0,
|
qos0 = false, dropped = 0,
|
||||||
alarm_fun}).
|
alarm_fun}).
|
||||||
|
|
Loading…
Reference in New Issue