1
0
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:
hallgren
2014-07-21 15:53:38 +00:00
parent 1ba0c4b354
commit 3660339b23
3 changed files with 45 additions and 15 deletions

View File

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