+ fix typo
This commit is contained in:
parent
f56a365a03
commit
cff52c9f73
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ public:
|
||||||
|
|
||||||
if (itr != pools_.end())
|
if (itr != pools_.end())
|
||||||
{
|
{
|
||||||
itr->second->set_max_size(initialSize);
|
itr->second->set_initial_size(initialSize);
|
||||||
itr->second->set_max_size(maxSize);
|
itr->second->set_max_size(maxSize);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue