Skip to content

Commit db8fce8

Browse files
committed
Fix bad addressttl parameter record in migration table
The second ttl is addressttl and is not configurable at this time
1 parent 3791007 commit db8fce8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/main/asciidoc/migration.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ only the balancers and the workers definitions are slightly different.
8585
| route | JVMRoute | In fact JBossWEB via the JVMRoute in the Engine will add it
8686
| status | - | mod_cluster has a finer status handling: by context via the ENABLE/STOP/DISABLE/REMOVE application messages. hot-standby is done by lbfactor = 0 and Error by lbfactor = 1 both values are sent in STATUS message by the ClusterListener
8787
| timeout | nodeTimeout | Default wait forever (http://httpd.apache.org/docs/2.4/mod/mod_proxy.html[http://httpd.apache.org/docs/2.4/mod/mod_proxy.html] is wrong there)
88-
| ttl | ttl | Default 60 seconds
88+
| addressttl | - | Default 60 seconds
8989
|===
9090

9191
=== Balancers

0 commit comments

Comments
 (0)