Package org.vrspace.server.config
Class ServerConfig
java.lang.Object
org.vrspace.server.config.ServerConfig
General server configuration. By default guest users are allowed
(guestAllowed:true), new worlds are created on Enter command
(createWorlds:true), number of concurrent sessions is unlimited
(maxSessions:0), and session start fails immediately if maxSessions is
reached (sessionStartTimeout:0)
- Author:
- joe
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ServerConfig
public ServerConfig()
-