Initialize default slot sampling parameters from the global context. (#8418)
This commit is contained in:
parent
dd07a123b7
commit
278d0e1846
1 changed files with 2 additions and 0 deletions
|
@ -737,6 +737,8 @@ struct server_context {
|
|||
slot.ga_n = ga_n;
|
||||
slot.ga_w = ga_w;
|
||||
|
||||
slot.sparams = params.sparams;
|
||||
|
||||
slot.reset();
|
||||
|
||||
slots.push_back(slot);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue