Skip to content

Commit a857683

Browse files
committed
Updated CompilerHandler
Added another autocomple-related value that no longer exists in compilation requests, but is hardcoded in the production compiler server.
1 parent dc855d4 commit a857683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Symfony/src/Codebender/CompilerBundle/Handler/CompilerHandler.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -986,7 +986,7 @@ private function setVariables($request, &$format, &$libraries, &$version, &$mcu,
986986
$compiler_config["autocmpfile"] = $request["position"]["file"];
987987
$compiler_config["autocmprow"] = $request["position"]["row"];
988988
$compiler_config["autocmpcol"] = $request["position"]["column"];
989-
$compiler_config["autocmpmaxresults"] = $request["maxresults"];
989+
$compiler_config["autocmpmaxresults"] = 500;
990990
$compiler_config["autocmpprefix"] = $request["prefix"];
991991
}
992992

0 commit comments

Comments
 (0)