Skip to content

Commit

Permalink
apps.lwaftr.binding_table: keep ctable defaults originally used in li…
Browse files Browse the repository at this point in the history
…b.yang.data
  • Loading branch information
eugeneia committed Nov 28, 2022
1 parent 004b6b8 commit acf5d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/lwaftr/binding_table.lua
Expand Up @@ -272,7 +272,7 @@ function load (conf)
local softwires = ctable.new{
key_type = softwire_key_t,
value_type = softwire_value_t,
initial_size = math.max(1024, #conf.softwire*2)
max_occupancy_rate = 0.4
}

local key, value = softwire_key_t(), softwire_value_t()
Expand Down

0 comments on commit acf5d80

Please sign in to comment.