Change the default max_len to infinity

This commit is contained in:
Feng Lee 2017-02-21 20:10:38 +08:00
parent 7e98650233
commit 4d2d6fa0d6
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@
%% priority table
pseq = 0, priorities = [],
%% len of simple queue
len = 0, max_len = ?MAX_LEN,
len = 0, max_len = infinity,
low_wm = ?LOW_WM, high_wm = ?HIGH_WM,
qos0 = false, dropped = 0,
alarm_fun}).