forked from GitHub/gf-core
PGF service: expire PGFs from the cache when they have been unused for 24 hours
...to keep memory use down on the server.
This commit is contained in:
@@ -21,8 +21,8 @@ flag c-runtime
|
||||
Default: False
|
||||
|
||||
Library
|
||||
exposed-modules: PGFService FastCGIUtils ServeStaticFile RunHTTP
|
||||
other-modules: Cache URLEncoding Fold
|
||||
exposed-modules: PGFService FastCGIUtils ServeStaticFile RunHTTP Cache
|
||||
other-modules: URLEncoding Fold
|
||||
hs-source-dirs: . transfer
|
||||
|
||||
build-depends: base >=4.2 && <5,
|
||||
|
||||
Reference in New Issue
Block a user