raised timeouts, to avoid killed connection when searching lots of document text
svn: r1568
This commit is contained in:
parent
5cb5806442
commit
44664875d3
|
@ -28,11 +28,11 @@
|
||||||
(protocol-message "protocol-error.html")
|
(protocol-message "protocol-error.html")
|
||||||
(collect-garbage "collect-garbage.html"))
|
(collect-garbage "collect-garbage.html"))
|
||||||
(timeouts
|
(timeouts
|
||||||
(default-servlet-timeout 120)
|
(default-servlet-timeout 12000)
|
||||||
(password-connection-timeout 300)
|
(password-connection-timeout 3000)
|
||||||
(servlet-connection-timeout 86400)
|
(servlet-connection-timeout 864000)
|
||||||
(file-per-byte-connection-timeout 1/20)
|
(file-per-byte-connection-timeout 10)
|
||||||
(file-base-connection-timeout 30))
|
(file-base-connection-timeout 30000))
|
||||||
(paths
|
(paths
|
||||||
(configuration-root "conf")
|
(configuration-root "conf")
|
||||||
(host-root ,host-root)
|
(host-root ,host-root)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user