FIX: remove duplicate constant decls

Client: Delphi
Patch: Jens Geyer
This commit is contained in:
Jens Geyer 2022-02-26 13:17:46 +01:00
parent fa44e9048a
commit 79f89e0cec

View File

@ -45,10 +45,6 @@ uses
Thrift.WinHTTP,
Thrift.Stream;
const
DEFAULT_MAX_MESSAGE_SIZE = 100 * 1024 * 1024; // 100 MB
DEFAULT_THRIFT_TIMEOUT = 5 * 1000; // ms
type
IStreamTransport = interface;