forked from GitHub/gf-core
PGFService: make the restriction on parallelism more effective
Restrict the entire request handler instead of just the call to the C parser.
This commit is contained in:
@@ -5,7 +5,7 @@ import Network.FastCGI(runFastCGI,runFastCGIConcurrent')
|
||||
import PGFService(cgiMain,newPGFCache,stderrToFile,logFile)
|
||||
|
||||
main = do stderrToFile logFile
|
||||
fcgiMain =<< newPGFCache
|
||||
fcgiMain =<< newPGFCache Nothing
|
||||
|
||||
|
||||
fcgiMain cache =
|
||||
|
||||
Reference in New Issue
Block a user