Skip to content
Snippets Groups Projects
Commit 76d90fa8 authored by brinn's avatar brinn
Browse files

Set use-nio-selector-socket to true as we now running on JRE 1.7.

SVN: 26261
parent e009f60c
No related branches found
No related tags found
No related merge requests found
...@@ -14,8 +14,8 @@ port = 8444 ...@@ -14,8 +14,8 @@ port = 8444
# Should the DSS web page be served with SSL encryption? # Should the DSS web page be served with SSL encryption?
use-ssl = true use-ssl = true
# Should Java NIO selector-based sockets be used? # Should Java NIO selector-based sockets be used?
# (Note: in principle NIO sockets are faster, but on Linux with JRE < 7 they are slower due to a bug) # Set this to false when running on JRE 1.6 as this version has bugs which make NIO very slow.
use-nio-selector-socket = false use-nio-selector-socket = true
# Session timeout in minutes # Session timeout in minutes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment