1
0
forked from GitHub/gf-core

when in server mode reuse the NGF cache in the shell as well

This commit is contained in:
Krasimir Angelov
2022-06-23 10:25:16 +02:00
parent 7544e8dfbc
commit 44431d6a69
9 changed files with 129 additions and 150 deletions

View File

@@ -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