fix #396 : add timeout options for jcifs
This commit is contained in:
parent
7ce40b34d6
commit
2b2d2c7a17
1 changed files with 5 additions and 1 deletions
|
@ -41,7 +41,11 @@ jvm.suggest.options=\
|
|||
-XX:CMSInitiatingOccupancyFraction=75\n\
|
||||
-XX:+UseParNewGC\n\
|
||||
-XX:+UseTLAB\n\
|
||||
-XX:+DisableExplicitGC
|
||||
-XX:+DisableExplicitGC\n\
|
||||
-Djcifs.smb.client.connTimeout=60000\n\
|
||||
-Djcifs.smb.client.soTimeout=35000\n\
|
||||
-Djcifs.smb.client.responseTimeout=30000\n\
|
||||
|
||||
|
||||
#-Xdebug\n\
|
||||
#-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=127.0.0.1:8000\n\
|
||||
|
|
Loading…
Add table
Reference in a new issue