Initialize default slot sampling parameters from the global context.

This commit is contained in:
HanClinto 2024-07-10 15:24:07 -04:00
parent dd07a123b7
commit 9c14c0b036

View file

@ -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);