Commit 88198965 authored by Waleed Akbar's avatar Waleed Akbar
Browse files

feat: Update LINKS_CAPACITY values for improved bandwidth utilization

parent ce3e20e9
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -32,8 +32,8 @@ ALLOWED_LINKS_PER_CONTROLLER = {
    #     description "0–100 percent value.";
    # }
LINKS_CAPACITY = {
    'L1'    : 100, 'L2'   : 100, 'L3'   : 100, 'L4'   : 100,
    'L5'    : 100, 'L6'   : 100, 'L9'   : 100, 'L10'  : 100,
    'L1'    : 5,   'L2'   : 5,   'L3'   : 30,  'L4'   : 30,
    'L5'    : 15,  'L6'   : 15,  'L9'   : 15,  'L10'  : 15,
    'L7ab'  : 100, 'L7ba' : 100, 'L8ab' : 100, 'L8ba' : 100, 'L11ab' : 100,
    'L11ba' : 100, 'L12ab': 100, 'L12ba': 100, 'L13'  : 100, 'L14'   : 100,
    'L11ba' : 100, 'L12ab': 100, 'L12ba': 100, 'L13'  : 50,  'L14'   : 50,
}