Skip to content

Commit

Permalink
close #109 explain timeout configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Verest committed Nov 6, 2014
1 parent 6fe2e94 commit 7da506f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,12 @@ The first one is for providing the command to Interactive/OSGi mode and the next
### Advanced help
The guide to develop karaf command is available at http://karaf.apache.org/manual/latest/developers-guide/extending.html



#### Timeouts

With system properties you can increase timeout, else it's default timeout of the JVM

http://docs.oracle.com/javase/8/docs/technotes/guides/net/properties.html
`sun.net.client.defaultConnectTimeout`
`sun.net.client.defaultReadTimeout`

0 comments on commit 7da506f

Please # to comment.