forked from GitHub/gf-core
when in server mode reuse the NGF cache in the shell as well
This commit is contained in:
@@ -5,8 +5,7 @@ import Network.FastCGI
|
||||
import PGFService(cgiMain,newPGFCache,stderrToFile,logFile)
|
||||
|
||||
main = do stderrToFile logFile
|
||||
fcgiMain =<< newPGFCache Nothing
|
||||
|
||||
fcgiMain =<< newPGFCache "" Nothing
|
||||
|
||||
fcgiMain cache =
|
||||
#ifndef mingw32_HOST_OS
|
||||
|
||||
Reference in New Issue
Block a user