убирание портов в константы внутри кода

This commit is contained in:
2025-02-08 19:19:26 +03:00
parent 7dd3069445
commit b8f1ad56ed
8 changed files with 16 additions and 39 deletions

View File

@@ -12,7 +12,7 @@
"ConfirmPassesStart": true,
"ShowPassesDone": true,
"FocusPassesResult": true,
"collapseCredentials": false,
"collapseCredentials": true,
"collapseFileGraphs": false,
"collapseFileMessages": false,
"collapseProjectTrees": false,
@@ -22,11 +22,11 @@
"Kernels": 8,
"LocalMakePathWindows": "C:\\MinGW\\msys\\1.0\\bin\\make.exe",
"CheckTestingIntervalSeconds": 10,
"AutoCheckTesting": true,
"AutoCheckTesting": false,
"EmailOnTestingProgress": true,
"lastMachineId": 11,
"lastUserId": -1,
"lastCompilerId": -1,
"lastMachineId": 13,
"lastUserId": 24,
"lastCompilerId": 52,
"RegisterOn": false,
"SpacesOn": false,
"EmptyLinesOn": false,
@@ -39,8 +39,5 @@
"BugReportsAgeLimit": 1,
"FastAccessPassesCount": 10,
"LastOpenedProjectsCount": 25,
"Mode": "Normal",
"ComponentsServerPort": 7995,
"TestingServerPort": 7998,
"SocketTimeout": 5000
"Mode": "Normal"
}