Sha256: 50f7c53dfbd3890308b7479556b57c3857df8b9039c249f736b333bdcb9e6e77
Contents?: true
Size: 1.52 KB
Versions: 4
Compression:
Stored size: 1.52 KB
Contents
<!-- SmartFoxServer 2X v 2.12.x <<< Core Configuration >>> (c) gotoAndPlay 2009-2016 - www.smartfoxserver.com - --> <coreSettings> <systemControllerClass>com.smartfoxserver.v2.controllers.v290.SystemReqController</systemControllerClass> <extensionControllerClass>com.smartfoxserver.v2.controllers.v290.ExtensionReqController</extensionControllerClass> <ioHandlerClass>com.smartfoxserver.v2.protocol.DefaultIoHandler</ioHandlerClass> <sessionManagerClass>custom.class</sessionManagerClass> <packetQueuePolicyClass>custom.class</packetQueuePolicyClass> <readBufferType>Heap</readBufferType> <writeBufferType>Heap</writeBufferType> <!-- Editable settings --> <!-- Max size of incoming packet, in bytes --> <maxIncomingRequestSize>500000</maxIncomingRequestSize> <!-- Max Size for read buffer --> <maxReadBufferSize>1024</maxReadBufferSize> <!-- Max Size for write buffer --> <maxWriteBufferSize>32768</maxWriteBufferSize> <!-- Session Queue Size --> <sessionPacketQueueSize>150</sessionPacketQueueSize> <!-- Thread Pool Size of the 3 main stages of the Bitswarm Engine --> <socketAcceptorThreadPoolSize>1</socketAcceptorThreadPoolSize> <socketReaderThreadPoolSize>1</socketReaderThreadPoolSize> <socketWriterThreadPoolSize>3</socketWriterThreadPoolSize> <!-- Enable disable Nagle algorithm on sockets, true == disable --> <tcpNoDelay>true</tcpNoDelay> <!-- BlueBox Settings --> <bbMaxLogFiles>10</bbMaxLogFiles> <bbMaxLogFileSize>5000000</bbMaxLogFileSize> <bbDebugMode>false</bbDebugMode> </coreSettings>
Version data entries
4 entries across 4 versions & 1 rubygems