You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The intent of this function is to expand include_paths to individual
files and add each as a unit of work to the forking server. This gives
the maximum amount of concurrency given the server's configuration.
The check to see if the include_path was a directory prepended "/code",
but without a separator. For example, "/coodapp/lib/" instead of
"/code/app/lib". The check would return false and the entire directory
would be added as a single unit of work. This meant we achieved almost
no concurrency and customer's with large repositories would time out.
0 commit comments