Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
kiss291323003 committed Aug 4, 2018
1 parent ab7da2a commit 7c6a6df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ private function mainServerHook($type)
$depth = $depth > 5 ? $depth : 5;
$max = intval(Di::getInstance()->get(SysConst::HTTP_CONTROLLER_POOL_MAX_NUM));
if($max == 0){
$max = 20;
$max = 100;
}
$webService = new WebService($namespace,$depth,$max);
$httpExceptionHandler = Di::getInstance()->get(SysConst::HTTP_EXCEPTION_HANDLER);
Expand Down

0 comments on commit 7c6a6df

Please sign in to comment.