Remove unused DBMS_DEFAULT_HTTP_PORT

This commit is contained in:
Azat Khuzhin 2021-10-03 12:59:28 +03:00
parent 0b83345560
commit b43b4016d7

View File

@ -5,7 +5,6 @@
#define DBMS_DEFAULT_HOST "localhost"
#define DBMS_DEFAULT_PORT 9000
#define DBMS_DEFAULT_SECURE_PORT 9440
#define DBMS_DEFAULT_HTTP_PORT 8123
#define DBMS_DEFAULT_CONNECT_TIMEOUT_SEC 10
#define DBMS_DEFAULT_SEND_TIMEOUT_SEC 300
#define DBMS_DEFAULT_RECEIVE_TIMEOUT_SEC 300