Skip to content

Commit

Permalink
Javadoc-fixes to cometProcessingTimeout
Browse files Browse the repository at this point in the history
  • Loading branch information
andreak committed Nov 19, 2011
1 parent fd99d89 commit 1d74b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/webkit/src/main/scala/net/liftweb/http/LiftRules.scala
Expand Up @@ -624,7 +624,7 @@ class LiftRules() extends Factory with FormVendor with LazyLoggable {
@volatile var cometFailureRetryTimeout: Long = 10 seconds

/**
* The optional timeot of a comet-request. If Empty, wait forever
* The optional timeout in milliseconds of a comet-request. Defaults to 5000 ms.
*/
@volatile var cometProcessingTimeout: Long = 5 seconds

Expand Down

0 comments on commit 1d74b84

Please sign in to comment.