Add MariaDB config and TCPIP Parameters
This commit is contained in:
parent
a8823dcb19
commit
71502d72b2
BIN
APIServer.exe
BIN
APIServer.exe
Binary file not shown.
7
TCPIP_Parameters.bat.txt
Normal file
7
TCPIP_Parameters.bat.txt
Normal file
@ -0,0 +1,7 @@
|
||||
@ECHO OFF
|
||||
|
||||
REG ADD "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters" /t REG_DWORD /v "MaxUserPort" /d 60000 /f
|
||||
REG ADD "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters" /t REG_DWORD /v "TcpTimedWaitDelay" /d 30 /f
|
||||
|
||||
PAUSE
|
||||
|
Loading…
x
Reference in New Issue
Block a user