This is an automated email from the ASF dual-hosted git repository.

jensg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git


The following commit(s) were added to refs/heads/master by this push:
     new 79f89e0  FIX: remove duplicate constant decls Client: Delphi Patch: 
Jens Geyer
79f89e0 is described below

commit 79f89e0cec046ae7e6ed4a31ccfadd907be8baed
Author: Jens Geyer <[email protected]>
AuthorDate: Sat Feb 26 13:17:46 2022 +0100

    FIX: remove duplicate constant decls
    Client: Delphi
    Patch: Jens Geyer
---
 lib/delphi/src/Thrift.Transport.pas | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/lib/delphi/src/Thrift.Transport.pas 
b/lib/delphi/src/Thrift.Transport.pas
index 558b65e..3f22b09 100644
--- a/lib/delphi/src/Thrift.Transport.pas
+++ b/lib/delphi/src/Thrift.Transport.pas
@@ -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;
 

Reply via email to