pushing up limit

svn: r14543
This commit is contained in:
Jay McCarthy 2009-04-17 15:20:47 +00:00
parent e95edcc82d
commit 99221c02bc
2 changed files with 2 additions and 2 deletions

View File

@ -120,7 +120,7 @@ and if @scheme[serve/servlet] is run in another module.
(regexp-quote servlet-path)))]
[#:stateless? stateless? boolean? #f]
[#:stuffer stuffer (stuffer/c serializable? bytes?) default-stuffer]
[#:manager manager manager? (make-threshold-LRU-manager #f (* 1024 1024 64))]
[#:manager manager manager? (make-threshold-LRU-manager #f (* 128 1024 1024))]
[#:servlet-namespace servlet-namespace (listof module-path?) empty]
[#:server-root-path server-root-path path-string? default-server-root-path]
[#:extra-files-paths extra-files-paths (listof path-string?) (list (build-path server-root-path "htdocs"))]

View File

@ -94,7 +94,7 @@
(lambda (request)
`(html (head (title "Page Has Expired."))
(body (p "Sorry, this page has expired. Please go back."))))
(* 64 1024 1024))]
(* 128 1024 1024))]
#:servlet-path
[servlet-path "/servlets/standalone.ss"]