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:
hallgren
2015-02-25 16:08:21 +00:00
parent a5817ff492
commit 9c6b5df741
4 changed files with 12 additions and 6 deletions

View File

@@ -76,7 +76,8 @@ Library
utf8-string,
random,
pretty,
mtl
mtl,
exceptions
hs-source-dirs: src/runtime/haskell
if flag(custom-binary)